| 
    Geant4
    10.02
    
   | 
 
#include <G4VDigitizerModule.hh>
 Inheritance diagram for G4VDigitizerModule:
 Collaboration diagram for G4VDigitizerModule:Public Member Functions | |
| G4VDigitizerModule (G4String modName) | |
| virtual | ~G4VDigitizerModule () | 
| int | operator== (const G4VDigitizerModule &right) const | 
| int | operator!= (const G4VDigitizerModule &right) const | 
| virtual void | Digitize ()=0 | 
| G4int | GetNumberOfCollections () const | 
| G4String | GetCollectionName (G4int i) const | 
| G4String | GetName () const | 
| void | SetVerboseLevel (G4int val) | 
Protected Member Functions | |
| void | StoreDigiCollection (G4VDigiCollection *aDC) | 
| void | StoreDigiCollection (G4int DCID, G4VDigiCollection *aDC) | 
Protected Attributes | |
| G4DigiManager * | DigiManager | 
| G4String | moduleName | 
| std::vector< G4String > | collectionName | 
| G4int | verboseLevel | 
Definition at line 48 of file G4VDigitizerModule.hh.
| G4VDigitizerModule::G4VDigitizerModule | ( | G4String | modName | ) | 
Definition at line 34 of file G4VDigitizerModule.cc.
References DigiManager, G4DigiManager::GetDMpointer(), and moduleName.
 Here is the call graph for this function:
      
  | 
  virtual | 
Definition at line 41 of file G4VDigitizerModule.cc.
      
  | 
  pure virtual | 
Implemented in CexmcEnergyDepositDigitizer, CexmcTrackPointsDigitizer, and GammaRayTelDigitizer.
Referenced by G4DigiManager::Digitize().
 Here is the caller graph for this function:Definition at line 80 of file G4VDigitizerModule.hh.
Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 82 of file G4VDigitizerModule.hh.
References moduleName.
Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().
 Here is the caller graph for this function:
      
  | 
  inline | 
Definition at line 78 of file G4VDigitizerModule.hh.
Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().
 Here is the caller graph for this function:| int G4VDigitizerModule::operator!= | ( | const G4VDigitizerModule & | right | ) | const | 
Definition at line 47 of file G4VDigitizerModule.cc.
References moduleName.
| int G4VDigitizerModule::operator== | ( | const G4VDigitizerModule & | right | ) | const | 
Definition at line 44 of file G4VDigitizerModule.cc.
References moduleName.
      
  | 
  inline | 
Definition at line 84 of file G4VDigitizerModule.hh.
      
  | 
  protected | 
Definition at line 50 of file G4VDigitizerModule.cc.
References DigiManager, G4DigiManager::GetDigiCollectionID(), G4VDigiCollection::GetName(), and moduleName.
Referenced by GammaRayTelDigitizer::Digitize().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 59 of file G4VDigitizerModule.cc.
References DigiManager, and G4DigiManager::SetDigiCollection().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 74 of file G4VDigitizerModule.hh.
Referenced by GammaRayTelDigitizer::GammaRayTelDigitizer().
      
  | 
  protected | 
Definition at line 72 of file G4VDigitizerModule.hh.
Referenced by G4VDigitizerModule(), and StoreDigiCollection().
      
  | 
  protected | 
Definition at line 73 of file G4VDigitizerModule.hh.
Referenced by G4VDigitizerModule(), GetName(), operator!=(), operator==(), and StoreDigiCollection().
      
  | 
  protected | 
Definition at line 75 of file G4VDigitizerModule.hh.