#include <G3PartTable.hh>
Definition at line 43 of file G3PartTable.hh.
 
◆ G3PartTable()
      
        
          | G3PartTable::G3PartTable  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~G3PartTable()
  
  
      
        
          | G3PartTable::~G3PartTable  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Definition at line 41 of file G3PartTable.cc.
std::map< G4String, G4ParticleDefinition *, std::less< G4String > >::iterator PTDiterator
 
std::map< G4String, G4ParticleDefinition *, std::less< G4String > > PTD
 
 
 
 
◆ Get()
Definition at line 52 of file G3PartTable.cc.
std::map< G4String, G4ParticleDefinition *, std::less< G4String > >::iterator PTDiterator
 
void HashID(G4int partid, G4String *_HID)
 
std::map< G4String, G4ParticleDefinition *, std::less< G4String > > PTD
 
 
 
 
◆ HashID() [1/2]
Definition at line 74 of file G3PartTable.cc.
   75   HashID(partid, *theHashID);
 void HashID(G4int partid, G4String *_HID)
 
 
 
 
◆ HashID() [2/2]
Definition at line 67 of file G3PartTable.cc.
   68   std::ostringstream ostr;
    69   ostr << 
"Part" << partid << std::ends;
    70   theHashID = ostr.str();
  
 
 
◆ PrintAll()
      
        
          | void G3PartTable::PrintAll  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
Definition at line 79 of file G3PartTable.cc.
   86       G4cout << 
"PTD entry " << std::setw(3) << count << 
" particle name: "  std::map< G4String, G4ParticleDefinition *, std::less< G4String > >::iterator PTDiterator
 
const G4String & GetParticleName() const
 
G4GLOB_DLL std::ostream G4cout
 
std::map< G4String, G4ParticleDefinition *, std::less< G4String > > PTD
 
 
 
 
◆ Put()
Definition at line 60 of file G3PartTable.cc.
void HashID(G4int partid, G4String *_HID)
 
std::map< G4String, G4ParticleDefinition *, std::less< G4String > > PTD
 
 
 
 
◆ PTD
The documentation for this class was generated from the following files: