8 #include "G4UserSteppingAction.hh"
39 void SteppingForLuDecayBulkSignature(
const G4Step *step, G4LogicalVolume *volume,
const MyDetectorConstruction *detectorConstruction);
40 void SteppingForCosmicRaysDetectors(
const G4Step *step, G4LogicalVolume *volume,
const MyDetectorConstruction *detectorConstruction);
41 void SetTimeOfDecay(
const G4Step *step);
Mandatory user initialization concrete class of G4VUserDetectorConstruction. It represents the whole ...
User action concrete class of G4UserEventAction. In addition to defining procedures executed at the s...
User action concrete class of G4UserSteppingAction. It defines procedures to be executed for every st...
void UserSteppingAction(const G4Step *step) override
For every step updates and stores quantities about the physics inside the crystal by calling the meth...
MyEventAction * fEventAction
Pointer to the MyEventAction object.
~MySteppingAction() override=default
Destructor of the class.
MySteppingAction(MyEventAction *eventAction)
Constructor of the class.
Declaration of the class MyDetectorConstruction.
Declaration of the class MyEventAction.