35 typedef std::map<G4String, G4ParticleDefinition*, std::less<G4String> >
44 for (
PTDiterator i=PTD.begin(); i != PTD.end(); i++) {
54 HashID(partid, ShashID);
62 HashID(partid, ShashID);
68 std::ostringstream ostr;
69 ostr <<
"Part" << partid << std::ends;
70 theHashID = ostr.str();
75 HashID(partid, *theHashID);
82 G4cout <<
"Dump of PTD - " << PTD.size() <<
" entries: " <<
G4endl;
83 for (
PTDiterator i=PTD.begin(); i != PTD.end(); i++) {
86 G4cout <<
"PTD entry " << std::setw(3) << count <<
" particle name: "