ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/ChargeExchangeMC/include/CexmcEventInfo.hh>
Public Member Functions | |
CexmcEventInfo (G4bool edTriggerIsOk, G4bool tpTriggerIsOk, G4bool reconstructionIsOk) | |
void | Print (void) const |
G4bool | EdTriggerIsOk (void) const |
G4bool | TpTriggerIsOk (void) const |
G4bool | ReconstructionIsOk (void) const |
Public Member Functions inherited from G4VUserEventInformation | |
G4VUserEventInformation () | |
virtual | ~G4VUserEventInformation () |
Private Attributes | |
G4bool | edTriggerIsOk |
G4bool | tpTriggerIsOk |
G4bool | reconstructionIsOk |
Definition at line 51 of file CexmcEventInfo.hh.
View newest version in sPHENIX GitHub at line 51 of file CexmcEventInfo.hh
CexmcEventInfo::CexmcEventInfo | ( | G4bool | edTriggerIsOk, |
G4bool | tpTriggerIsOk, | ||
G4bool | reconstructionIsOk | ||
) |
Definition at line 47 of file CexmcEventInfo.cc.
View newest version in sPHENIX GitHub at line 47 of file CexmcEventInfo.cc
Definition at line 76 of file CexmcEventInfo.hh.
View newest version in sPHENIX GitHub at line 76 of file CexmcEventInfo.hh
References edTriggerIsOk.
Referenced by CexmcRunManager::DoCommonEventLoop(), and CexmcEventAction::EndOfEventAction().
Implements G4VUserEventInformation.
Definition at line 55 of file CexmcEventInfo.cc.
View newest version in sPHENIX GitHub at line 55 of file CexmcEventInfo.cc
Definition at line 88 of file CexmcEventInfo.hh.
View newest version in sPHENIX GitHub at line 88 of file CexmcEventInfo.hh
References reconstructionIsOk.
Definition at line 82 of file CexmcEventInfo.hh.
View newest version in sPHENIX GitHub at line 82 of file CexmcEventInfo.hh
References tpTriggerIsOk.
Referenced by CexmcRunManager::DoCommonEventLoop().
|
private |
Definition at line 68 of file CexmcEventInfo.hh.
View newest version in sPHENIX GitHub at line 68 of file CexmcEventInfo.hh
Referenced by EdTriggerIsOk().
|
private |
Definition at line 72 of file CexmcEventInfo.hh.
View newest version in sPHENIX GitHub at line 72 of file CexmcEventInfo.hh
Referenced by ReconstructionIsOk().
|
private |
Definition at line 70 of file CexmcEventInfo.hh.
View newest version in sPHENIX GitHub at line 70 of file CexmcEventInfo.hh
Referenced by TpTriggerIsOk().