8 #include "G4VUserActionInitialization.hh"
32 void Build()
const override;
Mandatory user initialization concrete class of G4VUserActionInitialization. It configures all the ne...
void Build() const override
Configures user action classes for worker threads.
G4int fMCID
The Monte Carlo ID.
MyActionInitialization(G4int theMCID)
Constructor of the class.
~MyActionInitialization() override=default
Destructor of the class.
void BuildForMaster() const override
Configures the MyRunAction class for the master thread (in multithreading mode).
Declaration of the class MyEventAction.
Declaration of the class MyPrimaryGenerator.
Declaration of the class MyRunAction.
Declaration of the class MySteppingAction.