30#ifndef G4DigiManager_h
31#define G4DigiManager_h 1
107 std::vector<G4VDigitizerModule*> DMtable;
115 {
return verboseLevel; }
119 {
return DMtable.size(); }
124 if(DCtable)
delete DCtable;
void AddNewModule(G4VDigitizerModule *DM)
G4int GetDigiCollectionID(G4String DCname)
G4DCtable * GetDCtable() const
G4int GetCollectionCapacity() const
const G4VHitsCollection * GetHitsCollection(G4int HCID, G4int eventID=0)
G4int GetHitsCollectionID(G4String HCname)
G4VDigitizerModule * FindDigitizerModule(G4String mName)
static G4DigiManager * GetDMpointer()
G4int GetModuleCapacity() const
void SetVerboseLevel(G4int vl)
G4int GetVerboseLevel() const
void Digitize(G4String mName)
void RestoreDCtable(G4DCtable *dc)
void SetDigiCollection(G4int DCID, G4VDigiCollection *aDC)
const G4VDigiCollection * GetDigiCollection(G4int DCID, G4int eventID=0)
static G4DigiManager * GetDMpointerIfExist()