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

Public Member Functions

void UserSteppingAction (const G4Step *astep)
 

Detailed Description

Definition at line 40 of file pyG4UserSteppingAction.cc.

Member Function Documentation

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

Definition at line 43 of file pyG4UserSteppingAction.cc.

References f.

Referenced by export_G4UserSteppingAction().

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

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