385 for (G4int
v = 0;
v != numberOfVolumes;
v++)
387 const VolumeInfo_t& volume = volumes[
v];
389 #if defined (DEBUG_HITS) || defined (DEBUG_MAPS)
390 G4cout <<
"LArG4::BarrelCryostat::CalibrationCalculator::CalibrationCalculator - "
393 <<
"' has number of entries=" << volume.numberOfCopies
398 const CopyNumberInfo_t* copyInfo = volume.copyInfo;
401 for (G4int
c = 0;
c != volume.numberOfCopies;
c++, copyInfo++)
404 for (G4int
copy = copyInfo->copyNumberLow;
405 copy <= copyInfo->copyNumberHigh;
408 #if defined (DEBUG_HITS) || defined (DEBUG_MAPS)
409 G4cout <<
"LArG4::BarrelCryostat::CalibrationCalculator::CalibrationCalculator - "
410 <<
" adding copy=" <<
copy
411 <<
" to identifierMap"
415 identifierMap[
copy] = &(copyInfo->identifierInfo);
421 volumeMap[volume.volumeName] = identifierMap;
423 #if defined (DEBUG_HITS) || defined (DEBUG_MAPS)
424 G4cout <<
"LArG4::BarrelCryostat::CalibrationCalculator::CalibrationCalculator - "