Commit 36e96832 authored by Alex Ciabattoni's avatar Alex Ciabattoni
Browse files

Geometry COSI updates

parent cfdc48f8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -7116,11 +7116,11 @@ G4VPhysicalVolume* GeometryCOSI_ACS::ConstructGeometry(G4VPhysicalVolume* World_
            /* Anti-static mat */
            G4int mat_copy = 33;
            G4double matX = 762.;
            G4double matX = 1524.;
            G4double matY = 1828.8;
            G4double matZ = 2.;
            G4double mat_posX = 0.;
            G4double mat_posX = -matX/4.;
            G4double mat_posY = 0.;
            G4double mat_posZ = - 19.38155 - matZ/2.;
@@ -7141,8 +7141,8 @@ G4VPhysicalVolume* GeometryCOSI_ACS::ConstructGeometry(G4VPhysicalVolume* World_
            G4double tableY = matY;
            G4double tableZ = 38.1;
            G4double table_posX = 0.;
            G4double table_posY = 0.;
            G4double table_posX = mat_posX;
            G4double table_posY = mat_posY;
            G4double table_posZ = mat_posZ - matZ/2. - tableZ/2.;
            G4Box* solid_table = new G4Box("solid_table", tableX/2., tableY/2, tableZ/2.);