Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
CexmcEventInfo Class Reference

#include <CexmcEventInfo.hh>

Inheritance diagram for CexmcEventInfo:
G4VUserEventInformation

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 ()
 

Detailed Description

Definition at line 51 of file CexmcEventInfo.hh.

Constructor & Destructor Documentation

CexmcEventInfo::CexmcEventInfo ( G4bool  edTriggerIsOk,
G4bool  tpTriggerIsOk,
G4bool  reconstructionIsOk 
)

Definition at line 47 of file CexmcEventInfo.cc.

48  :
49  edTriggerIsOk( edTriggerIsOk ), tpTriggerIsOk( tpTriggerIsOk ),
50  reconstructionIsOk( reconstructionIsOk )
51 {
52 }

Member Function Documentation

G4bool CexmcEventInfo::EdTriggerIsOk ( void  ) const
inline

Definition at line 76 of file CexmcEventInfo.hh.

Referenced by CexmcEventAction::EndOfEventAction().

77 {
78  return edTriggerIsOk;
79 }
void CexmcEventInfo::Print ( void  ) const
virtual

Implements G4VUserEventInformation.

Definition at line 55 of file CexmcEventInfo.cc.

56 {
57 }
G4bool CexmcEventInfo::ReconstructionIsOk ( void  ) const
inline

Definition at line 88 of file CexmcEventInfo.hh.

89 {
90  return reconstructionIsOk;
91 }
G4bool CexmcEventInfo::TpTriggerIsOk ( void  ) const
inline

Definition at line 82 of file CexmcEventInfo.hh.

83 {
84  return tpTriggerIsOk;
85 }

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