38#ifndef G4DigiManager_hh
39#define G4DigiManager_hh 1
105 {
return verboseLevel; }
107 {
return DCtable->entries(); }
109 {
return G4int(DMtable.size()); }
114 if(DCtable)
delete DCtable;
126 std::vector<G4VDigitizerModule*> DMtable;
void AddNewModule(G4VDigitizerModule *DM)
G4DCtable * GetDCtable() const
G4int GetCollectionCapacity() const
const G4VHitsCollection * GetHitsCollection(G4int HCID, G4int eventID=0)
void Digitize(const G4String &mName)
static G4DigiManager * GetDMpointer()
G4DigiManager(const G4DigiManager &)=delete
G4DigiManager & operator=(const G4DigiManager &)=delete
G4int GetModuleCapacity() const
G4int GetDigiCollectionID(const G4String &DCname)
void SetVerboseLevel(G4int vl)
G4int GetVerboseLevel() const
G4int GetHitsCollectionID(const G4String &HCname)
void RestoreDCtable(G4DCtable *dc)
void SetDigiCollection(G4int DCID, G4VDigiCollection *aDC)
G4VDigitizerModule * FindDigitizerModule(const G4String &mName)
const G4VDigiCollection * GetDigiCollection(G4int DCID, G4int eventID=0)
static G4DigiManager * GetDMpointerIfExist()