Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4VDigitizerModule Class Referenceabstract

#include <G4VDigitizerModule.hh>

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

G4DigiManagerDigiManager
 
G4String moduleName
 
std::vector< G4StringcollectionName
 
G4int verboseLevel
 

Detailed Description

Definition at line 48 of file G4VDigitizerModule.hh.

Constructor & Destructor Documentation

◆ G4VDigitizerModule()

G4VDigitizerModule::G4VDigitizerModule ( G4String  modName)

Definition at line 34 of file G4VDigitizerModule.cc.

36{
37 moduleName = modName;
39}
static G4DigiManager * GetDMpointer()
G4DigiManager * DigiManager

◆ ~G4VDigitizerModule()

G4VDigitizerModule::~G4VDigitizerModule ( )
virtual

Definition at line 41 of file G4VDigitizerModule.cc.

42{;}

Member Function Documentation

◆ Digitize()

virtual void G4VDigitizerModule::Digitize ( )
pure virtual

Referenced by G4DigiManager::Digitize().

◆ GetCollectionName()

G4String G4VDigitizerModule::GetCollectionName ( G4int  i) const
inline

Definition at line 80 of file G4VDigitizerModule.hh.

81 { return collectionName[i]; }
std::vector< G4String > collectionName

Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().

◆ GetName()

G4String G4VDigitizerModule::GetName ( ) const
inline

Definition at line 82 of file G4VDigitizerModule.hh.

83 { return moduleName; }

Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().

◆ GetNumberOfCollections()

G4int G4VDigitizerModule::GetNumberOfCollections ( ) const
inline

Definition at line 78 of file G4VDigitizerModule.hh.

79 { return collectionName.size(); }

Referenced by G4DigiManager::AddNewModule(), and G4DCtable::GetCollectionID().

◆ operator!=()

int G4VDigitizerModule::operator!= ( const G4VDigitizerModule right) const

Definition at line 47 of file G4VDigitizerModule.cc.

48{ return (moduleName!=right.moduleName); }

◆ operator==()

int G4VDigitizerModule::operator== ( const G4VDigitizerModule right) const

Definition at line 44 of file G4VDigitizerModule.cc.

45{ return (moduleName==right.moduleName); }

◆ SetVerboseLevel()

void G4VDigitizerModule::SetVerboseLevel ( G4int  val)
inline

Definition at line 84 of file G4VDigitizerModule.hh.

85 { verboseLevel = val; }

◆ StoreDigiCollection() [1/2]

void G4VDigitizerModule::StoreDigiCollection ( G4int  DCID,
G4VDigiCollection aDC 
)
protected

Definition at line 59 of file G4VDigitizerModule.cc.

60{
62}
void SetDigiCollection(G4int DCID, G4VDigiCollection *aDC)

◆ StoreDigiCollection() [2/2]

void G4VDigitizerModule::StoreDigiCollection ( G4VDigiCollection aDC)
protected

Definition at line 50 of file G4VDigitizerModule.cc.

51{
52 G4String DCnam = moduleName;
53 DCnam += "/";
54 DCnam += aDC->GetName();
56 if(DCID>=0) StoreDigiCollection(DCID,aDC);
57}
int G4int
Definition: G4Types.hh:66
G4int GetDigiCollectionID(G4String DCname)
void StoreDigiCollection(G4VDigiCollection *aDC)

Referenced by StoreDigiCollection().

Member Data Documentation

◆ collectionName

std::vector<G4String> G4VDigitizerModule::collectionName
protected

Definition at line 74 of file G4VDigitizerModule.hh.

Referenced by GetCollectionName(), and GetNumberOfCollections().

◆ DigiManager

G4DigiManager* G4VDigitizerModule::DigiManager
protected

Definition at line 72 of file G4VDigitizerModule.hh.

Referenced by G4VDigitizerModule(), and StoreDigiCollection().

◆ moduleName

G4String G4VDigitizerModule::moduleName
protected

◆ verboseLevel

G4int G4VDigitizerModule::verboseLevel
protected

Definition at line 75 of file G4VDigitizerModule.hh.

Referenced by SetVerboseLevel().


The documentation for this class was generated from the following files: