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

Public Member Functions

void UserSteppingAction (const G4Step *astep)
 

Detailed Description

Definition at line 41 of file pyG4UserSteppingAction.cc.

Member Function Documentation

void CB_G4UserSteppingAction::UserSteppingAction ( const G4Step *  astep)
inline

Definition at line 44 of file pyG4UserSteppingAction.cc.

References f.

Referenced by export_G4UserSteppingAction().

44  {
45  if(const override& f= get_override("UserSteppingAction")) {
46  f(boost::ref(astep));
47  } else {
48  G4UserSteppingAction::UserSteppingAction(astep);
49  }
50  }
TFile f
Definition: plotHisto.C:6

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