Skip to content
Snippets Groups Projects
Commit a45167be authored by Elidiano Tronchin's avatar Elidiano Tronchin
Browse files

* Changed displacement TPC target from 11mm to 5mm

parent 6de8d186
No related branches found
No related tags found
No related merge requests found
......@@ -706,7 +706,7 @@ void Minos::ConstructDetector(G4LogicalVolume* world){
// }
new G4PVPlacement(0,//its name
G4ThreeVector(wX,wY, wZ + ChamberLength - m_TargetLength[i]-WindowThickness*2. - 11*mm ), // Z positioning putting TPC beginn and Target beginning w/ difference of 11mm
G4ThreeVector(wX,wY, wZ + ChamberLength - m_TargetLength[i]-WindowThickness*2. - 5*mm ), // Z positioning putting TPC beginn and Target beginning w/ difference of 5mm
BuildTPC(), //its logical volume
"TPC", //its name
world, //its mother volume
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment