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

Public Member Functions

void BeginOfRunAction (const G4Run *aRun)
 
void EndOfRunAction (const G4Run *aRun)
 

Detailed Description

Definition at line 41 of file pyG4UserRunAction.cc.

Member Function Documentation

void CB_G4UserRunAction::BeginOfRunAction ( const G4Run *  aRun)
inline

Definition at line 43 of file pyG4UserRunAction.cc.

References f.

Referenced by export_G4UserRunAction().

43  {
44  if(const override& f= get_override("BeginOfRunAction")) {
45  f(boost::ref(aRun));
46  } else
47  G4UserRunAction::BeginOfRunAction(aRun);
48  }
TFile f
Definition: plotHisto.C:6
void CB_G4UserRunAction::EndOfRunAction ( const G4Run *  aRun)
inline

Definition at line 51 of file pyG4UserRunAction.cc.

References f.

Referenced by export_G4UserRunAction().

51  {
52  if(const override& f= get_override("EndOfRunAction")) {
53  f(boost::ref(aRun));
54  } else {
55  G4UserRunAction::EndOfRunAction(aRun);
56  }
57  }
TFile f
Definition: plotHisto.C:6

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