ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CexmcTrackPointsInCalorimeter Class Reference

#include <geant4/tree/geant4-10.6-release/examples/advanced/ChargeExchangeMC/include/CexmcTrackPointsInCalorimeter.hh>

+ Inheritance diagram for CexmcTrackPointsInCalorimeter:
+ Collaboration diagram for CexmcTrackPointsInCalorimeter:

Public Member Functions

 CexmcTrackPointsInCalorimeter (const G4String &name, const CexmcSetup *setup)
 
void PrintAll (void)
 
- Public Member Functions inherited from CexmcTrackPointsInLeftRightSet
 CexmcTrackPointsInLeftRightSet (const G4String &name, const CexmcSetup *setup)
 
void PrintAll (void)
 
- Public Member Functions inherited from CexmcTrackPoints
 CexmcTrackPoints (const G4String &name)
 
void Initialize (G4HCofThisEvent *hcOfThisEvent)
 
void EndOfEvent (G4HCofThisEvent *hcOfThisEvent)
 
void DrawAll (void)
 
void clear (void)
 
- Public Member Functions inherited from CexmcPrimitiveScorer
 CexmcPrimitiveScorer (const G4String &name)
 
virtual ~CexmcPrimitiveScorer ()
 
void InitializeMessenger (void)
 
- Public Member Functions inherited from G4VPrimitiveScorer
 G4VPrimitiveScorer (G4String name, G4int depth=0)
 
virtual ~G4VPrimitiveScorer ()
 
G4int GetCollectionID (G4int)
 
void SetUnit (const G4String &unit)
 
const G4StringGetUnit () const
 
G4double GetUnitValue () const
 
void SetMultiFunctionalDetector (G4MultiFunctionalDetector *d)
 
G4MultiFunctionalDetectorGetMultiFunctionalDetector () const
 
G4String GetName () const
 
void SetFilter (G4VSDFilter *f)
 
G4VSDFilterGetFilter () const
 
void SetVerboseLevel (G4int vl)
 
G4int GetVerboseLevel () const
 
void SetNijk (G4int i, G4int j, G4int k)
 

Static Public Member Functions

static G4int GetRow (G4int index)
 
static G4int GetColumn (G4int index)
 
static G4int GetCopyDepth0BitsOffset (void)
 
static G4int GetCopyDepth1BitsOffset (void)
 
- Static Public Member Functions inherited from CexmcTrackPointsInLeftRightSet
static CexmcSide GetSide (G4int index)
 
static G4int GetLeftRightBitsOffset (void)
 

Protected Member Functions

G4int GetIndex (G4Step *step)
 
- Protected Member Functions inherited from CexmcTrackPointsInLeftRightSet
G4int GetIndex (G4Step *step)
 
- Protected Member Functions inherited from CexmcTrackPoints
G4int GetTrackId (G4Step *step)
 
G4bool ProcessHits (G4Step *step, G4TouchableHistory *tHistory)
 
- Protected Member Functions inherited from CexmcPrimitiveScorer
void PrintHeader (G4int nmbOfEntries) const
 
- Protected Member Functions inherited from G4VPrimitiveScorer
void CheckAndSetUnit (const G4String &unit, const G4String &category)
 

Static Protected Attributes

static const G4int copyDepth0BitsOffset = 8
 
static const G4int copyDepth1BitsOffset = 16
 
- Static Protected Attributes inherited from CexmcTrackPointsInLeftRightSet
static const G4int leftRightBitsOffset = 24
 

Additional Inherited Members

- Protected Attributes inherited from CexmcTrackPointsInLeftRightSet
const CexmcSetupsetup
 

Detailed Description

Definition at line 52 of file CexmcTrackPointsInCalorimeter.hh.

View newest version in sPHENIX GitHub at line 52 of file CexmcTrackPointsInCalorimeter.hh

Constructor & Destructor Documentation

CexmcTrackPointsInCalorimeter::CexmcTrackPointsInCalorimeter ( const G4String name,
const CexmcSetup setup 
)

Definition at line 54 of file CexmcTrackPointsInCalorimeter.cc.

View newest version in sPHENIX GitHub at line 54 of file CexmcTrackPointsInCalorimeter.cc

Member Function Documentation

G4int CexmcTrackPointsInCalorimeter::GetColumn ( G4int  index)
inlinestatic

Definition at line 88 of file CexmcTrackPointsInCalorimeter.hh.

View newest version in sPHENIX GitHub at line 88 of file CexmcTrackPointsInCalorimeter.hh

References copyDepth0BitsOffset, and copyDepth1BitsOffset.

Referenced by CexmcTrackPointsDigitizer::Digitize().

+ Here is the caller graph for this function:

G4int CexmcTrackPointsInCalorimeter::GetCopyDepth0BitsOffset ( void  )
inlinestatic

Definition at line 96 of file CexmcTrackPointsInCalorimeter.hh.

View newest version in sPHENIX GitHub at line 96 of file CexmcTrackPointsInCalorimeter.hh

References copyDepth0BitsOffset.

G4int CexmcTrackPointsInCalorimeter::GetCopyDepth1BitsOffset ( void  )
inlinestatic

Definition at line 102 of file CexmcTrackPointsInCalorimeter.hh.

View newest version in sPHENIX GitHub at line 102 of file CexmcTrackPointsInCalorimeter.hh

References copyDepth1BitsOffset.

G4int CexmcTrackPointsInCalorimeter::GetIndex ( G4Step step)
protectedvirtual

Reimplemented from CexmcTrackPoints.

Definition at line 61 of file CexmcTrackPointsInCalorimeter.cc.

View newest version in sPHENIX GitHub at line 61 of file CexmcTrackPointsInCalorimeter.cc

References copyDepth0BitsOffset, copyDepth1BitsOffset, G4Step::GetPreStepPoint(), CexmcTrackPoints::GetTrackId(), CexmcSetup::IsRightCalorimeter(), CexmcTrackPointsInLeftRightSet::leftRightBitsOffset, and CexmcTrackPointsInLeftRightSet::setup.

+ Here is the call graph for this function:

G4int CexmcTrackPointsInCalorimeter::GetRow ( G4int  index)
inlinestatic

Definition at line 80 of file CexmcTrackPointsInCalorimeter.hh.

View newest version in sPHENIX GitHub at line 80 of file CexmcTrackPointsInCalorimeter.hh

References copyDepth1BitsOffset, and CexmcTrackPointsInLeftRightSet::leftRightBitsOffset.

Referenced by CexmcTrackPointsDigitizer::Digitize().

+ Here is the caller graph for this function:

void CexmcTrackPointsInCalorimeter::PrintAll ( void  )
virtual

Reimplemented from CexmcTrackPoints.

Definition at line 81 of file CexmcTrackPointsInCalorimeter.cc.

View newest version in sPHENIX GitHub at line 81 of file CexmcTrackPointsInCalorimeter.cc

References copyDepth0BitsOffset, copyDepth1BitsOffset, G4VTHitsMap< T, Map_t >::entries(), CexmcTrackPoints::eventMap, G4BestUnit, G4cout, G4endl, G4VTHitsMap< T, Map_t >::GetMap(), CexmcTrackPointsInLeftRightSet::leftRightBitsOffset, and CexmcPrimitiveScorer::PrintHeader().

+ Here is the call graph for this function:

Member Data Documentation

const G4int CexmcTrackPointsInCalorimeter::copyDepth0BitsOffset = 8
staticprotected

Definition at line 74 of file CexmcTrackPointsInCalorimeter.hh.

View newest version in sPHENIX GitHub at line 74 of file CexmcTrackPointsInCalorimeter.hh

Referenced by GetColumn(), GetCopyDepth0BitsOffset(), GetIndex(), and PrintAll().

const G4int CexmcTrackPointsInCalorimeter::copyDepth1BitsOffset = 16
staticprotected

Definition at line 76 of file CexmcTrackPointsInCalorimeter.hh.

View newest version in sPHENIX GitHub at line 76 of file CexmcTrackPointsInCalorimeter.hh

Referenced by GetColumn(), GetCopyDepth1BitsOffset(), GetIndex(), GetRow(), and PrintAll().


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