From 1fd1bc58fc83f4446d8e50a70928691f11c69bc5 Mon Sep 17 00:00:00 2001 From: Elidiano Tronchin <elidiano.tronchin@gmail.com> Date: Sat, 1 Dec 2018 16:45:30 +0100 Subject: [PATCH] *Commented WindowsEntrance outcoming --- NPSimulation/Detectors/Minos/Minos.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NPSimulation/Detectors/Minos/Minos.cc b/NPSimulation/Detectors/Minos/Minos.cc index 2cc4bc7a1..438742ac1 100644 --- a/NPSimulation/Detectors/Minos/Minos.cc +++ b/NPSimulation/Detectors/Minos/Minos.cc @@ -610,7 +610,8 @@ void Minos::ConstructDetector(G4LogicalVolume* world){ "WindowTube", //its name world, //its mother volume false, //no boolean operation - 0); new G4PVPlacement(0, //its name + 0); + /*new G4PVPlacement(0, //its name G4ThreeVector(0,0, -1.*(TargetLength+WindowThickness)), //at (0,0,0) BuildWindow1(), //its logical volume "WindowEntrance", //its name @@ -623,7 +624,7 @@ void Minos::ConstructDetector(G4LogicalVolume* world){ logicWindow0, //its mother volume false, //no boolean operation 0); //copy number - + */ new G4PVPlacement(0,//no rotation G4ThreeVector(0,0,0/*TargetLength*/), //at (0,0,0) @@ -640,6 +641,7 @@ void Minos::ConstructDetector(G4LogicalVolume* world){ world, //its mother volume false, //no boolean operation 0);*/ + new G4PVPlacement(0, //its name G4ThreeVector(0,0,0/*ChamberLength*/), //at (0,0,0) BuildOuterRohacell(), //its logical volume -- GitLab