#include <CexmcTrackPointsInCalorimeter.hh>
◆ CexmcTrackPointsInCalorimeter()
CexmcTrackPointsInCalorimeter::CexmcTrackPointsInCalorimeter |
( |
const G4String & |
name, |
|
|
const CexmcSetup * |
setup |
|
) |
| |
◆ GetColumn()
G4int CexmcTrackPointsInCalorimeter::GetColumn |
( |
G4int |
index | ) |
|
|
inlinestatic |
◆ GetCopyDepth0BitsOffset()
G4int CexmcTrackPointsInCalorimeter::GetCopyDepth0BitsOffset |
( |
void |
| ) |
|
|
inlinestatic |
◆ GetCopyDepth1BitsOffset()
G4int CexmcTrackPointsInCalorimeter::GetCopyDepth1BitsOffset |
( |
void |
| ) |
|
|
inlinestatic |
◆ GetIndex()
G4int CexmcTrackPointsInCalorimeter::GetIndex |
( |
G4Step * |
step | ) |
|
|
protectedvirtual |
Reimplemented from CexmcTrackPoints.
Definition at line 61 of file CexmcTrackPointsInCalorimeter.cc.
64 G4StepPoint * preStep( step->GetPreStepPoint() );
65 const G4VTouchable * touchable( preStep->GetTouchable() );
67 G4int navDepth( navHistory->GetDepth() );
static const G4int copyDepth1BitsOffset
static const G4int leftRightBitsOffset
static const G4int copyDepth0BitsOffset
G4int GetTrackId(G4Step *step)
G4bool IsRightCalorimeter(const G4VPhysicalVolume *pVolume) const
◆ GetRow()
G4int CexmcTrackPointsInCalorimeter::GetRow |
( |
G4int |
index | ) |
|
|
inlinestatic |
◆ PrintAll()
void CexmcTrackPointsInCalorimeter::PrintAll |
( |
void |
| ) |
|
|
virtual |
Reimplemented from CexmcTrackPoints.
Definition at line 81 of file CexmcTrackPointsInCalorimeter.cc.
85 if ( nmbOfEntries == 0 )
90 for ( CexmcTrackPointsCollectionData::iterator
105 const G4String detectorSide( isRightDetector ?
"right" :
"left" );
106 G4cout <<
" " << detectorSide <<
" detector, row " <<
107 copyDepth1 <<
", column " << copyDepth0 <<
G4endl;
109 G4cout <<
" , position: " <<
111 G4cout <<
" , direction: " <<
112 itr->second->directionLocal <<
G4endl;
113 G4cout <<
" , momentum: " <<
116 << itr->second->particle->GetParticleName() <<
G4endl;
static const G4int copyDepth1BitsOffset
static const G4int leftRightBitsOffset
std::map< G4int, T * > * GetMap() const
CexmcTrackPointsCollection * eventMap
static const G4int copyDepth0BitsOffset
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
G4GLOB_DLL std::ostream G4cout
void PrintHeader(G4int nmbOfEntries) const
◆ copyDepth0BitsOffset
const G4int CexmcTrackPointsInCalorimeter::copyDepth0BitsOffset = 8 |
|
staticprotected |
◆ copyDepth1BitsOffset
const G4int CexmcTrackPointsInCalorimeter::copyDepth1BitsOffset = 16 |
|
staticprotected |
The documentation for this class was generated from the following files: