74 G4cout<<
"ExGflash1DetectorConstruction::Detector constructor"<<
G4endl;
107 =
new G4Box(
"expHall_box",
134 G4int nbOfCrystals = 10;
148 calo_xside = (crystalWidth*nbOfCrystals)+1*
cm;
149 calo_yside = (crystalWidth*nbOfCrystals)+1*
cm;
150 calo_zside = crystalLength;
177 =
new G4Box(
"Crystal",
187 for (
G4int i=0; i<nbOfCrystals; i++)
190 for (
G4int j=0; j<nbOfCrystals; j++)
194 (j*crystalWidth)-135,0 );
205 G4cout <<
"There are " << nbOfCrystals <<
206 " crystals per row in the calorimeter, so in total "<<
207 nbOfCrystals*nbOfCrystals <<
" crystals" <<
G4endl;
208 G4cout <<
"They have width of " << crystalWidth /
cm <<
209 " cm and a length of " << crystalLength /
cm
210 <<
" cm. The Material is "<< pbWO4 <<
G4endl;
224 return experimentalHallPhys;
245 G4cout <<
"Creating shower parameterization models" <<
G4endl;