LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 40 of file pyG4UserRunAction.cc.

Member Function Documentation

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

Definition at line 42 of file pyG4UserRunAction.cc.

References f.

Referenced by export_G4UserRunAction().

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

Definition at line 50 of file pyG4UserRunAction.cc.

References f.

Referenced by export_G4UserRunAction().

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

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