#include <CexmcRun.hh>
Definition at line 56 of file CexmcRun.hh.
Definition at line 47 of file CexmcRun.cc.
47 : nmbOfFalseHitsTriggeredEDT( 0 ),
48 nmbOfFalseHitsTriggeredRec( 0 ), nmbOfSavedEvents( 0 ),
49 nmbOfSavedFastEvents( 0 )
G4int CexmcRun::GetNmbOfFalseHitsTriggeredEDT |
( |
void |
| ) |
const |
|
inline |
Definition at line 157 of file CexmcRun.hh.
159 return nmbOfFalseHitsTriggeredEDT;
G4int CexmcRun::GetNmbOfFalseHitsTriggeredRec |
( |
void |
| ) |
const |
|
inline |
Definition at line 163 of file CexmcRun.hh.
165 return nmbOfFalseHitsTriggeredRec;
Definition at line 123 of file CexmcRun.hh.
125 return nmbOfHitsSampled;
Definition at line 130 of file CexmcRun.hh.
132 return nmbOfHitsSampledFull;
Definition at line 137 of file CexmcRun.hh.
139 return nmbOfHitsTriggeredRealRange;
Definition at line 144 of file CexmcRun.hh.
146 return nmbOfHitsTriggeredRecRange;
Definition at line 151 of file CexmcRun.hh.
153 return nmbOfOrphanHits;
G4int CexmcRun::GetNmbOfSavedEvents |
( |
void |
| ) |
const |
|
inline |
Definition at line 169 of file CexmcRun.hh.
171 return nmbOfSavedEvents;
G4int CexmcRun::GetNmbOfSavedFastEvents |
( |
void |
| ) |
const |
|
inline |
Definition at line 175 of file CexmcRun.hh.
177 return nmbOfSavedFastEvents;
void CexmcRun::IncrementNmbOfFalseHitsTriggeredEDT |
( |
void |
| ) |
|
Definition at line 111 of file CexmcRun.cc.
113 ++nmbOfFalseHitsTriggeredEDT;
void CexmcRun::IncrementNmbOfFalseHitsTriggeredRec |
( |
void |
| ) |
|
Definition at line 117 of file CexmcRun.cc.
119 ++nmbOfFalseHitsTriggeredRec;
void CexmcRun::IncrementNmbOfHitsSampled |
( |
G4int |
index | ) |
|
Definition at line 54 of file CexmcRun.cc.
56 CexmcNmbOfHitsInRanges::iterator found(
57 nmbOfHitsSampled.find( index ) );
58 if ( found == nmbOfHitsSampled.end() )
CexmcNmbOfHitsInRanges::value_type CexmcNmbOfHitsInRangesData
void CexmcRun::IncrementNmbOfHitsSampledFull |
( |
G4int |
index | ) |
|
Definition at line 65 of file CexmcRun.cc.
67 CexmcNmbOfHitsInRanges::iterator found(
68 nmbOfHitsSampledFull.find( index ) );
69 if ( found == nmbOfHitsSampledFull.end() )
CexmcNmbOfHitsInRanges::value_type CexmcNmbOfHitsInRangesData
void CexmcRun::IncrementNmbOfHitsTriggeredRealRange |
( |
G4int |
index | ) |
|
Definition at line 76 of file CexmcRun.cc.
78 CexmcNmbOfHitsInRanges::iterator found(
79 nmbOfHitsTriggeredRealRange.find( index ) );
80 if ( found == nmbOfHitsTriggeredRealRange.end() )
81 nmbOfHitsTriggeredRealRange.insert(
CexmcNmbOfHitsInRanges::value_type CexmcNmbOfHitsInRangesData
void CexmcRun::IncrementNmbOfHitsTriggeredRecRange |
( |
G4int |
index | ) |
|
Definition at line 88 of file CexmcRun.cc.
90 CexmcNmbOfHitsInRanges::iterator found(
91 nmbOfHitsTriggeredRecRange.find( index ) );
92 if ( found == nmbOfHitsTriggeredRecRange.end() )
93 nmbOfHitsTriggeredRecRange.insert(
CexmcNmbOfHitsInRanges::value_type CexmcNmbOfHitsInRangesData
void CexmcRun::IncrementNmbOfOrphanHits |
( |
G4int |
index | ) |
|
Definition at line 100 of file CexmcRun.cc.
102 CexmcNmbOfHitsInRanges::iterator found(
103 nmbOfOrphanHits.find( index ) );
104 if ( found == nmbOfOrphanHits.end() )
CexmcNmbOfHitsInRanges::value_type CexmcNmbOfHitsInRangesData
void CexmcRun::IncrementNmbOfSavedEvents |
( |
void |
| ) |
|
void CexmcRun::IncrementNmbOfSavedFastEvents |
( |
void |
| ) |
|
Definition at line 129 of file CexmcRun.cc.
131 ++nmbOfSavedFastEvents;
The documentation for this class was generated from the following files:
- source/geant4.10.03.p02/examples/advanced/ChargeExchangeMC/include/CexmcRun.hh
- source/geant4.10.03.p02/examples/advanced/ChargeExchangeMC/src/CexmcRun.cc