51 B02SetGeometryCell::iterator it =
52 fSetGeometryCell.find(cell);
53 if (it != fSetGeometryCell.end()) {
54 G4cout <<
"B02PVolumeStore::AddPVolume: cell already stored"
59 fSetGeometryCell.insert(cell);
67 for (B02SetGeometryCell::const_iterator it = fSetGeometryCell.begin();
68 it != fSetGeometryCell.end(); ++it) {
75 G4cout <<
"B02PVolumeStore::GetPVolume: no physical volume named: "
76 << name <<
", found" <<
G4endl;
83 for (B02SetGeometryCell::const_iterator it = fSetGeometryCell.begin();
84 it != fSetGeometryCell.end(); ++it) {
86 std::ostringstream os;
87 os << vol.
GetName() <<
"_" << it->GetReplicaNumber()
95 NameString += cellname;