Geant4
10.03
|
#include <G4DCtable.hh>
Public Member Functions | |
G4DCtable () | |
~G4DCtable () | |
G4int | Registor (G4String SDname, G4String DCname) |
G4int | GetCollectionID (G4String DCname) const |
G4int | GetCollectionID (G4VDigitizerModule *aDM) const |
G4int | entries () const |
G4String | GetDMname (G4int i) const |
G4String | GetDCname (G4int i) const |
Private Attributes | |
std::vector< G4String > | DMlist |
std::vector< G4String > | DClist |
Definition at line 50 of file G4DCtable.hh.
G4DCtable::G4DCtable | ( | ) |
Definition at line 33 of file G4DCtable.cc.
G4DCtable::~G4DCtable | ( | ) |
Definition at line 35 of file G4DCtable.cc.
|
inline |
Definition at line 66 of file G4DCtable.hh.
Referenced by G4DigiManager::GetCollectionCapacity(), GetDCname(), GetDMname(), and G4DigiManager::SetDigiCollection().
Definition at line 46 of file G4DCtable.cc.
References DClist, DMlist, and G4String::index().
Referenced by G4DigiManager::GetDigiCollectionID().
G4int G4DCtable::GetCollectionID | ( | G4VDigitizerModule * | aDM | ) | const |
Definition at line 77 of file G4DCtable.cc.
References DMlist, G4cerr, G4endl, G4VDigitizerModule::GetCollectionName(), G4VDigitizerModule::GetName(), and G4VDigitizerModule::GetNumberOfCollections().
Definition at line 73 of file G4DCtable.hh.
References entries().
Definition at line 68 of file G4DCtable.hh.
References entries().
Definition at line 37 of file G4DCtable.cc.
References DClist, and DMlist.
Referenced by G4DigiManager::AddNewModule().
|
private |
Definition at line 63 of file G4DCtable.hh.
Referenced by GetCollectionID(), and Registor().
|
private |
Definition at line 62 of file G4DCtable.hh.
Referenced by GetCollectionID(), and Registor().