| 
    Geant4
    10.01.p03
    
   | 
 
#include <G4HCtable.hh>
Public Member Functions | |
| G4HCtable () | |
| ~G4HCtable () | |
| G4int | Registor (G4String SDname, G4String HCname) | 
| G4int | GetCollectionID (G4String HCname) const | 
| G4int | GetCollectionID (G4VSensitiveDetector *aSD) const | 
| G4int | entries () const | 
| G4String | GetSDname (G4int i) const | 
| G4String | GetHCname (G4int i) const | 
Private Attributes | |
| std::vector< G4String > | SDlist | 
| std::vector< G4String > | HClist | 
Definition at line 50 of file G4HCtable.hh.
| G4HCtable::G4HCtable | ( | ) | 
Definition at line 33 of file G4HCtable.cc.
| G4HCtable::~G4HCtable | ( | ) | 
Definition at line 35 of file G4HCtable.cc.
      
  | 
  inline | 
Definition at line 66 of file G4HCtable.hh.
Referenced by G4SDManager::GetCollectionCapacity(), GetHCname(), GetSDname(), and G4SDManager::PrepareNewEvent().
 Here is the caller graph for this function:Definition at line 46 of file G4HCtable.cc.
References HClist, G4String::index(), and SDlist.
Referenced by G4SDManager::GetCollectionID().
 Here is the call graph for this function:
 Here is the caller graph for this function:| G4int G4HCtable::GetCollectionID | ( | G4VSensitiveDetector * | aSD | ) | const | 
Definition at line 77 of file G4HCtable.cc.
References G4cerr, G4endl, G4VSensitiveDetector::GetCollectionName(), G4VSensitiveDetector::GetName(), G4VSensitiveDetector::GetNumberOfCollections(), and SDlist.
 Here is the call graph for this function:Definition at line 73 of file G4HCtable.hh.
References entries().
 Here is the call graph for this function:Definition at line 68 of file G4HCtable.hh.
References entries().
 Here is the call graph for this function:Definition at line 37 of file G4HCtable.cc.
References HClist, and SDlist.
Referenced by G4SDManager::AddNewCollection().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 63 of file G4HCtable.hh.
Referenced by GetCollectionID(), and Registor().
      
  | 
  private | 
Definition at line 62 of file G4HCtable.hh.
Referenced by GetCollectionID(), and Registor().