Loading geom/GeometryCOSI_ACS.cc +1 −1 Original line number Diff line number Diff line Loading @@ -4559,7 +4559,7 @@ G4VPhysicalVolume* GeometryCOSI_ACS::ConstructGeometry(G4VPhysicalVolume* World_ G4Box* solid_Al_layer_shelf = new G4Box("solid_Al_layer_shelf", Al_layer_shelfX/2., Al_layer_shelfY/2., Al_layer_shelfZ/2.); G4LogicalVolume* log_Al_layer_shelf = new G4LogicalVolume(solid_Al_layer_shelf, Al_mat, "log_Al_layer_shelf"); G4VPhysicalVolume* phys_Al_layer_shelf = new G4PVPlacement(0, G4ThreeVector(0., (tableY-shelfY)/2., scintZ/2.+(AlZ-AlThick-coatThick-plasticZ-scintZ)+787.4+shelfZ+Al_layer_shelfZ/2.), log_Al_layer_shelf, "Al_layer_shelf", log_chamber, false, Al_layer_shelf_copy, true); G4VPhysicalVolume* phys_Al_layer_shelf = new G4PVPlacement(0, G4ThreeVector(0., (tableY-Al_layer_shelfY)/2., scintZ/2.+(AlZ-AlThick-coatThick-plasticZ-scintZ)+787.4+shelfZ+Al_layer_shelfZ/2.), log_Al_layer_shelf, "Al_layer_shelf", log_chamber, false, Al_layer_shelf_copy, true); G4VisAttributes* VisAl_layer_shelf = new G4VisAttributes(G4Colour::Grey()); log_Al_layer_shelf->SetVisAttributes(VisAl_layer_shelf); Loading Loading
geom/GeometryCOSI_ACS.cc +1 −1 Original line number Diff line number Diff line Loading @@ -4559,7 +4559,7 @@ G4VPhysicalVolume* GeometryCOSI_ACS::ConstructGeometry(G4VPhysicalVolume* World_ G4Box* solid_Al_layer_shelf = new G4Box("solid_Al_layer_shelf", Al_layer_shelfX/2., Al_layer_shelfY/2., Al_layer_shelfZ/2.); G4LogicalVolume* log_Al_layer_shelf = new G4LogicalVolume(solid_Al_layer_shelf, Al_mat, "log_Al_layer_shelf"); G4VPhysicalVolume* phys_Al_layer_shelf = new G4PVPlacement(0, G4ThreeVector(0., (tableY-shelfY)/2., scintZ/2.+(AlZ-AlThick-coatThick-plasticZ-scintZ)+787.4+shelfZ+Al_layer_shelfZ/2.), log_Al_layer_shelf, "Al_layer_shelf", log_chamber, false, Al_layer_shelf_copy, true); G4VPhysicalVolume* phys_Al_layer_shelf = new G4PVPlacement(0, G4ThreeVector(0., (tableY-Al_layer_shelfY)/2., scintZ/2.+(AlZ-AlThick-coatThick-plasticZ-scintZ)+787.4+shelfZ+Al_layer_shelfZ/2.), log_Al_layer_shelf, "Al_layer_shelf", log_chamber, false, Al_layer_shelf_copy, true); G4VisAttributes* VisAl_layer_shelf = new G4VisAttributes(G4Colour::Grey()); log_Al_layer_shelf->SetVisAttributes(VisAl_layer_shelf); Loading