Geant4
9.6.p02
|
#include <B1SteppingAction.hh>
Public Member Functions | |
B1SteppingAction () | |
virtual | ~B1SteppingAction () |
virtual void | UserSteppingAction (const G4Step *) |
void | Reset () |
void | SetVolume (G4LogicalVolume *volume) |
G4LogicalVolume * | GetVolume () const |
G4double | GetEnergy () const |
B1SteppingAction () | |
virtual | ~B1SteppingAction () |
virtual void | UserSteppingAction (const G4Step *) |
void | Reset () |
void | SetVolume (G4LogicalVolume *volume) |
G4LogicalVolume * | GetVolume () const |
G4double | GetEnergy () const |
Public Member Functions inherited from G4UserSteppingAction | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
Static Public Member Functions | |
static B1SteppingAction * | Instance () |
static B1SteppingAction * | Instance () |
Additional Inherited Members | |
Protected Attributes inherited from G4UserSteppingAction | |
G4SteppingManager * | fpSteppingManager |
Stepping action class
It holds data member fEnergy for accumulating the energy deposit in a selected volume step by step. The selected volume is set from the detector construction via the SetVolume() function. The accumulated energy deposit is reset for each new event via the Reset() function from the event action.
Definition at line 47 of file B1SteppingAction.hh.
B1SteppingAction::B1SteppingAction | ( | ) |
Definition at line 54 of file B1SteppingAction.cc.
|
virtual |
Definition at line 64 of file B1SteppingAction.cc.
B1SteppingAction::B1SteppingAction | ( | ) |
|
virtual |
|
inline |
|
inline |
Definition at line 67 of file B1SteppingAction.hh.
|
inline |
Definition at line 66 of file B1SteppingAction.hh.
|
inline |
|
static |
|
static |
void B1SteppingAction::Reset | ( | ) |
void B1SteppingAction::Reset | ( | ) |
|
inline |
|
inline |
Definition at line 63 of file B1SteppingAction.hh.
Reimplemented from G4UserSteppingAction.
Reimplemented from G4UserSteppingAction.
Definition at line 71 of file B1SteppingAction.cc.