55 G4cout<<
"ExGflash3ParallelWorld::Parralel world constructor"<<
G4endl;
74 G4int nbOfCrystals = 10;
88 calo_xside = (crystalWidth*nbOfCrystals)+1*
cm;
89 calo_yside = (crystalWidth*nbOfCrystals)+1*
cm;
90 calo_zside = crystalLength;
117 =
new G4Box(
"Crystal",
127 for (
G4int i=0; i<nbOfCrystals; i++)
130 for (
G4int j=0; j<nbOfCrystals; j++)
134 (j*crystalWidth)-135,0 );
145 G4cout <<
"There are " << nbOfCrystals <<
146 " crystals per row in the calorimeter, so in total "<<
147 nbOfCrystals*nbOfCrystals <<
" crystals" <<
G4endl;
148 G4cout <<
"They have width of " << crystalWidth /
cm <<
149 " cm and a length of " << crystalLength /
cm