ACTARSim
ACTAR TPC Simulation Reference Guide
|
Controls the actions to perform during the steps. Note that unneeded code lines at this point will affect performance.
Definition at line 19 of file ActarSimSteppingAction.hh.
Public Member Functions | |
ActarSimSteppingAction (ActarSimDetectorConstruction *, ActarSimEventAction *) | |
Constructor. More... | |
~ActarSimSteppingAction () | |
Destructor. More... | |
void | UserSteppingAction (const G4Step *) |
Private Attributes | |
ActarSimDetectorConstruction * | detector |
NOT USED. More... | |
ActarSimEventAction * | eventaction |
NOT USED. More... | |
#include <ActarSimSteppingAction.hh>
ActarSimSteppingAction::ActarSimSteppingAction | ( | ActarSimDetectorConstruction * | det, |
ActarSimEventAction * | evt | ||
) |
Constructor.
Definition at line 26 of file ActarSimSteppingAction.cc.
ActarSimSteppingAction::~ActarSimSteppingAction | ( | ) |
Destructor.
Definition at line 35 of file ActarSimSteppingAction.cc.
void ActarSimSteppingAction::UserSteppingAction | ( | const G4Step * | aStep | ) |
G4 actions to perform every step. All actions moved to ROOT analysis classes for easier ROOT output
Definition at line 41 of file ActarSimSteppingAction.cc.
|
private |
NOT USED.
Definition at line 21 of file ActarSimSteppingAction.hh.
Referenced by ActarSimSteppingAction().
|
private |
NOT USED.
Definition at line 22 of file ActarSimSteppingAction.hh.
Referenced by ActarSimSteppingAction().