30 #ifndef G4VDigitizerModule_H 
   31 #define G4VDigitizerModule_H 1 
   79     { 
return collectionName.size(); }
 
   81     { 
return collectionName[i]; }
 
   85     { verboseLevel = val; }
 
G4VDigitizerModule(G4String modName)
 
int operator==(const G4VDigitizerModule &right) const 
 
int operator!=(const G4VDigitizerModule &right) const 
 
virtual void Digitize()=0
 
G4int GetNumberOfCollections() const 
 
virtual ~G4VDigitizerModule()
 
G4String GetCollectionName(G4int i) const 
 
G4DigiManager * DigiManager
 
void StoreDigiCollection(G4VDigiCollection *aDC)
 
void SetVerboseLevel(G4int val)
 
std::vector< G4String > collectionName