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

*Commented WindowsEntrance outcoming

parent 946e4095
No related branches found
No related tags found
No related merge requests found
...@@ -610,7 +610,8 @@ void Minos::ConstructDetector(G4LogicalVolume* world){ ...@@ -610,7 +610,8 @@ void Minos::ConstructDetector(G4LogicalVolume* world){
"WindowTube", //its name "WindowTube", //its name
world, //its mother volume world, //its mother volume
false, //no boolean operation 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) G4ThreeVector(0,0, -1.*(TargetLength+WindowThickness)), //at (0,0,0)
BuildWindow1(), //its logical volume BuildWindow1(), //its logical volume
"WindowEntrance", //its name "WindowEntrance", //its name
...@@ -623,7 +624,7 @@ void Minos::ConstructDetector(G4LogicalVolume* world){ ...@@ -623,7 +624,7 @@ void Minos::ConstructDetector(G4LogicalVolume* world){
logicWindow0, //its mother volume logicWindow0, //its mother volume
false, //no boolean operation false, //no boolean operation
0); //copy number 0); //copy number
*/
new G4PVPlacement(0,//no rotation new G4PVPlacement(0,//no rotation
G4ThreeVector(0,0,0/*TargetLength*/), //at (0,0,0) G4ThreeVector(0,0,0/*TargetLength*/), //at (0,0,0)
...@@ -640,6 +641,7 @@ void Minos::ConstructDetector(G4LogicalVolume* world){ ...@@ -640,6 +641,7 @@ void Minos::ConstructDetector(G4LogicalVolume* world){
world, //its mother volume world, //its mother volume
false, //no boolean operation false, //no boolean operation
0);*/ 0);*/
new G4PVPlacement(0, //its name new G4PVPlacement(0, //its name
G4ThreeVector(0,0,0/*ChamberLength*/), //at (0,0,0) G4ThreeVector(0,0,0/*ChamberLength*/), //at (0,0,0)
BuildOuterRohacell(), //its logical volume BuildOuterRohacell(), //its logical 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