|
Geant4
10.03.p03
|
#include <GammaRayTelDigitizer.hh>


Public Member Functions | |
| GammaRayTelDigitizer (G4String name) | |
| ~GammaRayTelDigitizer () | |
| void | Digitize () |
| void | SetThreshold (G4double val) |
Public Member Functions inherited from G4VDigitizerModule | |
| G4VDigitizerModule (G4String modName) | |
| virtual | ~G4VDigitizerModule () |
| int | operator== (const G4VDigitizerModule &right) const |
| int | operator!= (const G4VDigitizerModule &right) const |
| G4int | GetNumberOfCollections () const |
| G4String | GetCollectionName (G4int i) const |
| G4String | GetName () const |
| void | SetVerboseLevel (G4int val) |
Additional Inherited Members | |
Protected Member Functions inherited from G4VDigitizerModule | |
| void | StoreDigiCollection (G4VDigiCollection *aDC) |
| void | StoreDigiCollection (G4int DCID, G4VDigiCollection *aDC) |
Protected Attributes inherited from G4VDigitizerModule | |
| G4DigiManager * | DigiManager |
| G4String | moduleName |
| std::vector< G4String > | collectionName |
| G4int | verboseLevel |
Definition at line 51 of file GammaRayTelDigitizer.hh.
| GammaRayTelDigitizer::GammaRayTelDigitizer | ( | G4String | name | ) |
Definition at line 57 of file GammaRayTelDigitizer.cc.
| GammaRayTelDigitizer::~GammaRayTelDigitizer | ( | ) |
Definition at line 75 of file GammaRayTelDigitizer.cc.
Implements G4VDigitizerModule.
Definition at line 82 of file GammaRayTelDigitizer.cc.

