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;
 
static G4DigiManager * GetDMpointer()
 
void SetVerboseLevel(G4int vl)
 
const G4VHitsCollection * GetHitsCollection(G4int HCID, G4int eventID=0)
 
G4int GetVerboseLevel() const 
 
G4DCtable * GetDCtable() const 
 
G4int GetHitsCollectionID(G4String HCname)
 
static G4DigiManager * GetDMpointerIfExist()
 
void Digitize(G4String mName)
 
void SetDigiCollection(G4int DCID, G4VDigiCollection *aDC)
 
void AddNewModule(G4VDigitizerModule *DM)
 
G4int GetDigiCollectionID(G4String DCname)
 
G4int GetCollectionCapacity() const 
 
void RestoreDCtable(G4DCtable *dc)
 
const G4VDigiCollection * GetDigiCollection(G4int DCID, G4int eventID=0)
 
G4int GetModuleCapacity() const 
 
G4VDigitizerModule * FindDigitizerModule(G4String mName)