Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VDigitizerModule.hh>
Public Member Functions | |
G4VDigitizerModule (const G4String &modName) | |
virtual | ~G4VDigitizerModule () |
G4bool | operator== (const G4VDigitizerModule &right) const |
G4bool | operator!= (const G4VDigitizerModule &right) const |
virtual void | Digitize ()=0 |
G4int | GetNumberOfCollections () const |
const G4String & | GetCollectionName (G4int i) const |
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 | ( | const G4String & | modName | ) |
Definition at line 35 of file G4VDigitizerModule.cc.
Referenced by operator!=(), and operator==().
|
virtual |
Definition at line 42 of file G4VDigitizerModule.cc.
|
pure virtual |
Referenced by G4DigiManager::Digitize().
Definition at line 71 of file G4VDigitizerModule.hh.
Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().
|
inline |
Definition at line 73 of file G4VDigitizerModule.hh.
Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().
|
inline |
Definition at line 69 of file G4VDigitizerModule.hh.
Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().
G4bool G4VDigitizerModule::operator!= | ( | const G4VDigitizerModule & | right | ) | const |
Definition at line 50 of file G4VDigitizerModule.cc.
G4bool G4VDigitizerModule::operator== | ( | const G4VDigitizerModule & | right | ) | const |
Definition at line 45 of file G4VDigitizerModule.cc.
|
inline |
Definition at line 75 of file G4VDigitizerModule.hh.
|
protected |
Definition at line 64 of file G4VDigitizerModule.cc.
|
protected |
Definition at line 55 of file G4VDigitizerModule.cc.
Referenced by StoreDigiCollection().
|
protected |
Definition at line 87 of file G4VDigitizerModule.hh.
Referenced by GetCollectionName(), and GetNumberOfCollections().
|
protected |
Definition at line 85 of file G4VDigitizerModule.hh.
Referenced by G4VDigitizerModule(), StoreDigiCollection(), and StoreDigiCollection().
|
protected |
Definition at line 86 of file G4VDigitizerModule.hh.
Referenced by G4VDigitizerModule(), GetName(), operator!=(), operator==(), and StoreDigiCollection().
|
protected |
Definition at line 88 of file G4VDigitizerModule.hh.
Referenced by G4VDigitizerModule(), and SetVerboseLevel().