Geant4  10.00.p02
CexmcTrackPointsDigitizer Class Reference

#include <CexmcTrackPointsDigitizer.hh>

+ Inheritance diagram for CexmcTrackPointsDigitizer:
+ Collaboration diagram for CexmcTrackPointsDigitizer:

Public Member Functions

 CexmcTrackPointsDigitizer (const G4String &name)
 
void Digitize (void)
 
const CexmcTrackPointInfoGetMonitorTP (void) const
 
const CexmcTrackPointInfoGetTargetTPBeamParticle (void) const
 
const CexmcTrackPointInfoGetTargetTPOutputParticle (void) const
 
const CexmcTrackPointInfoGetTargetTPNucleusParticle (void) const
 
const CexmcTrackPointInfoGetTargetTPOutputParticleDecayProductParticle (G4int index) const
 
const CexmcTrackPointInfoGetVetoCounterTPLeft (void) const
 
const CexmcTrackPointInfoGetVetoCounterTPRight (void) const
 
const CexmcTrackPointInfoGetCalorimeterTPLeft (void) const
 
const CexmcTrackPointInfoGetCalorimeterTPRight (void) const
 
G4bool HasTriggered (void) const
 
- 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)
 

Private Member Functions

void InitializeData (void)
 

Private Attributes

CexmcTrackPointInfo monitorTP
 
CexmcTrackPointInfo targetTPBeamParticle
 
CexmcTrackPointInfo targetTPOutputParticle
 
CexmcTrackPointInfo targetTPNucleusParticle
 
CexmcTrackPointInfo targetTPOutputParticleDecayProductParticle [2]
 
CexmcTrackPointInfo vetoCounterTPLeft
 
CexmcTrackPointInfo vetoCounterTPRight
 
CexmcTrackPointInfo calorimeterTPLeft
 
CexmcTrackPointInfo calorimeterTPRight
 
G4bool hasTriggered
 
CexmcSetup::CalorimeterGeometryData calorimeterGeometry
 

Additional Inherited Members

- Protected Member Functions inherited from G4VDigitizerModule
void StoreDigiCollection (G4VDigiCollection *aDC)
 
void StoreDigiCollection (G4int DCID, G4VDigiCollection *aDC)
 
- Protected Attributes inherited from G4VDigitizerModule
G4DigiManagerDigiManager
 
G4String moduleName
 
std::vector< G4StringcollectionName
 
G4int verboseLevel
 

Detailed Description

Definition at line 54 of file CexmcTrackPointsDigitizer.hh.

Constructor & Destructor Documentation

CexmcTrackPointsDigitizer::CexmcTrackPointsDigitizer ( const G4String name)
explicit

Definition at line 55 of file CexmcTrackPointsDigitizer.cc.

References calorimeterGeometry, CexmcSetup::GetCalorimeterGeometry(), G4RunManager::GetRunManager(), and G4RunManager::GetUserDetectorConstruction().

+ Here is the call graph for this function:

Member Function Documentation

void CexmcTrackPointsDigitizer::Digitize ( void  )
virtual

Implements G4VDigitizerModule.

Definition at line 83 of file CexmcTrackPointsDigitizer.cc.

References calorimeterGeometry, calorimeterTPLeft, calorimeterTPRight, CexmcBeamParticleTrack, CexmcCalorimeterDetectorRole, CexmcDetectorRoleName, CexmcDetectorTypeName, CexmcLeft, CexmcMonitorDetectorRole, CexmcNucleusParticleTrack, CexmcOutputParticleDecayProductTrack, CexmcOutputParticleTrack, CexmcRight, CexmcTargetDetectorRole, CexmcTPDetector, CexmcVetoCounterDetectorRole, CexmcSetup::CalorimeterGeometryData::crystalHeight, CexmcSetup::CalorimeterGeometryData::crystalWidth, CexmcTrackPointsInCalorimeter::GetColumn(), G4DigiManager::GetDMpointer(), G4DigiManager::GetHitsCollection(), G4DigiManager::GetHitsCollectionID(), CexmcTrackPointsInCalorimeter::GetRow(), CexmcTrackPointsInLeftRightSet::GetSide(), hasTriggered, InitializeData(), CexmcTrackPointInfo::IsValid(), monitorTP, CexmcSetup::CalorimeterGeometryData::nCrystalsInColumn, CexmcSetup::CalorimeterGeometryData::nCrystalsInRow, CexmcTrackPointInfo::positionLocal, targetTPBeamParticle, targetTPNucleusParticle, targetTPOutputParticle, targetTPOutputParticleDecayProductParticle, vetoCounterTPLeft, and vetoCounterTPRight.

Referenced by CexmcEventAction::EndOfEventAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetCalorimeterTPLeft ( void  ) const
inline

Definition at line 169 of file CexmcTrackPointsDigitizer.hh.

References calorimeterTPLeft.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetCalorimeterTPRight ( void  ) const
inline

Definition at line 176 of file CexmcTrackPointsDigitizer.hh.

References calorimeterTPRight.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetMonitorTP ( void  ) const
inline

Definition at line 116 of file CexmcTrackPointsDigitizer.hh.

References monitorTP.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetTargetTPBeamParticle ( void  ) const
inline

Definition at line 123 of file CexmcTrackPointsDigitizer.hh.

References targetTPBeamParticle.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetTargetTPNucleusParticle ( void  ) const
inline

Definition at line 137 of file CexmcTrackPointsDigitizer.hh.

References targetTPNucleusParticle.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetTargetTPOutputParticle ( void  ) const
inline

Definition at line 130 of file CexmcTrackPointsDigitizer.hh.

References targetTPOutputParticle.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetTargetTPOutputParticleDecayProductParticle ( G4int  index) const
inline
const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetVetoCounterTPLeft ( void  ) const
inline

Definition at line 155 of file CexmcTrackPointsDigitizer.hh.

References vetoCounterTPLeft.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

const CexmcTrackPointInfo & CexmcTrackPointsDigitizer::GetVetoCounterTPRight ( void  ) const
inline

Definition at line 162 of file CexmcTrackPointsDigitizer.hh.

References vetoCounterTPRight.

Referenced by CexmcEventAction::MakeTrackPointsStore().

+ Here is the caller graph for this function:

G4bool CexmcTrackPointsDigitizer::HasTriggered ( void  ) const
inline

Definition at line 182 of file CexmcTrackPointsDigitizer.hh.

References hasTriggered.

Referenced by CexmcEventAction::EndOfEventAction().

+ Here is the caller graph for this function:

void CexmcTrackPointsDigitizer::InitializeData ( void  )
private

Definition at line 65 of file CexmcTrackPointsDigitizer.cc.

References calorimeterTPLeft, calorimeterTPRight, CexmcInvalidTrackId(), hasTriggered, monitorTP, targetTPBeamParticle, targetTPNucleusParticle, targetTPOutputParticle, targetTPOutputParticleDecayProductParticle, CexmcTrackPointInfo::trackId, vetoCounterTPLeft, and vetoCounterTPRight.

Referenced by Digitize().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

CexmcSetup::CalorimeterGeometryData CexmcTrackPointsDigitizer::calorimeterGeometry
private

Definition at line 111 of file CexmcTrackPointsDigitizer.hh.

Referenced by CexmcTrackPointsDigitizer(), and Digitize().

CexmcTrackPointInfo CexmcTrackPointsDigitizer::calorimeterTPLeft
private

Definition at line 104 of file CexmcTrackPointsDigitizer.hh.

Referenced by Digitize(), GetCalorimeterTPLeft(), and InitializeData().

CexmcTrackPointInfo CexmcTrackPointsDigitizer::calorimeterTPRight
private

Definition at line 106 of file CexmcTrackPointsDigitizer.hh.

Referenced by Digitize(), GetCalorimeterTPRight(), and InitializeData().

G4bool CexmcTrackPointsDigitizer::hasTriggered
private

Definition at line 108 of file CexmcTrackPointsDigitizer.hh.

Referenced by Digitize(), HasTriggered(), and InitializeData().

CexmcTrackPointInfo CexmcTrackPointsDigitizer::monitorTP
private

Definition at line 90 of file CexmcTrackPointsDigitizer.hh.

Referenced by Digitize(), GetMonitorTP(), and InitializeData().

CexmcTrackPointInfo CexmcTrackPointsDigitizer::targetTPBeamParticle
private

Definition at line 92 of file CexmcTrackPointsDigitizer.hh.

Referenced by Digitize(), GetTargetTPBeamParticle(), and InitializeData().

CexmcTrackPointInfo CexmcTrackPointsDigitizer::targetTPNucleusParticle
private
CexmcTrackPointInfo CexmcTrackPointsDigitizer::targetTPOutputParticle
private
CexmcTrackPointInfo CexmcTrackPointsDigitizer::targetTPOutputParticleDecayProductParticle[2]
private
CexmcTrackPointInfo CexmcTrackPointsDigitizer::vetoCounterTPLeft
private

Definition at line 100 of file CexmcTrackPointsDigitizer.hh.

Referenced by Digitize(), GetVetoCounterTPLeft(), and InitializeData().

CexmcTrackPointInfo CexmcTrackPointsDigitizer::vetoCounterTPRight
private

Definition at line 102 of file CexmcTrackPointsDigitizer.hh.

Referenced by Digitize(), GetVetoCounterTPRight(), and InitializeData().


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