LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
CB_G4UserEventAction Struct Reference
Inheritance diagram for CB_G4UserEventAction:

Public Member Functions

void BeginOfEventAction (const G4Event *anEvent)
 
void EndOfEventAction (const G4Event *anEvent)
 

Detailed Description

Definition at line 41 of file pyG4UserEventAction.cc.

Member Function Documentation

void CB_G4UserEventAction::BeginOfEventAction ( const G4Event *  anEvent)
inline

Definition at line 44 of file pyG4UserEventAction.cc.

References f.

Referenced by export_G4UserEventAction().

44  {
45  if(const override& f= get_override("BeginOfEventAction")) {
46  f(boost::ref(anEvent));
47  } else
48  G4UserEventAction::BeginOfEventAction(anEvent);
49  }
TFile f
Definition: plotHisto.C:6
void CB_G4UserEventAction::EndOfEventAction ( const G4Event *  anEvent)
inline

Definition at line 52 of file pyG4UserEventAction.cc.

References f.

Referenced by export_G4UserEventAction().

52  {
53  if(const override& f= get_override("EndOfEventAction")) {
54  f(boost::ref(anEvent));
55  } else {
56  G4UserEventAction::EndOfEventAction(anEvent);
57  }
58  }
TFile f
Definition: plotHisto.C:6

The documentation for this struct was generated from the following file: