61 G4cout<<
"ExGflash2DetectorConstruction::Detector constructor"<<
G4endl;
88 =
new G4Box(
"expHall_box",
115 G4int nbOfCrystals = 10;
129 calo_xside = (crystalWidth*nbOfCrystals)+1*
cm;
130 calo_yside = (crystalWidth*nbOfCrystals)+1*
cm;
131 calo_zside = crystalLength;
158 =
new G4Box(
"Crystal",
168 for (
G4int i=0; i<nbOfCrystals; i++)
171 for (
G4int j=0; j<nbOfCrystals; j++)
175 (j*crystalWidth)-135,0 );
186 G4cout <<
"There are " << nbOfCrystals <<
187 " crystals per row in the calorimeter, so in total "<<
188 nbOfCrystals*nbOfCrystals <<
" crystals" <<
G4endl;
189 G4cout <<
"They have width of " << crystalWidth /
cm <<
190 " cm and a length of " << crystalLength /
cm
191 <<
" cm. The Material is "<< pbWO4 <<
G4endl;
203 return experimentalHallPhys;