| 
    Geant4
    10.01.p03
    
   | 
 
#include <CexmcEventInfo.hh>
 Inheritance diagram for CexmcEventInfo:
 Collaboration diagram for CexmcEventInfo: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.
| CexmcEventInfo::CexmcEventInfo | ( | G4bool | edTriggerIsOk, | 
| G4bool | tpTriggerIsOk, | ||
| G4bool | reconstructionIsOk | ||
| ) | 
Definition at line 47 of file CexmcEventInfo.cc.
      
  | 
  inline | 
Definition at line 76 of file CexmcEventInfo.hh.
References edTriggerIsOk.
Referenced by CexmcRunManager::DoCommonEventLoop(), and CexmcEventAction::EndOfEventAction().
 Here is the caller graph for this function:
      
  | 
  virtual | 
Implements G4VUserEventInformation.
Definition at line 55 of file CexmcEventInfo.cc.
      
  | 
  inline | 
Definition at line 88 of file CexmcEventInfo.hh.
References reconstructionIsOk.
      
  | 
  inline | 
Definition at line 82 of file CexmcEventInfo.hh.
References tpTriggerIsOk.
Referenced by CexmcRunManager::DoCommonEventLoop().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 68 of file CexmcEventInfo.hh.
Referenced by EdTriggerIsOk().
      
  | 
  private | 
Definition at line 72 of file CexmcEventInfo.hh.
Referenced by ReconstructionIsOk().
      
  | 
  private | 
Definition at line 70 of file CexmcEventInfo.hh.
Referenced by TpTriggerIsOk().