19#include <G4UIcmdWithAnInteger.hh>
25 fSteppingAction(steppingAction),
31 fLoopVerboseCmd =
new G4UIcmdWithAnInteger(
"/mcTracking/loopVerbose",
this);
33 "Set tracking verbose level for detected looping tracks.");
36 fLoopVerboseCmd->SetRange(
"LoopVerboseLevel >= 0 && LoopVerboseLevel <= 5");
38 G4State_PreInit, G4State_Init, G4State_Idle);
40 fMaxNofStepsCmd =
new G4UIcmdWithAnInteger(
"/mcTracking/maxNofSteps",
this);
45 G4State_PreInit, G4State_Init, G4State_Idle);
Definition of the TG4Globals class and basic container types.
Definition of the TG4SteppingActionMessenger class.
Definition of the TG4SteppingAction class.
virtual void SetNewValue(G4UIcommand *command, G4String string)
TG4SteppingActionMessenger()
Not implemented.
virtual ~TG4SteppingActionMessenger()
G4UIcmdWithAnInteger * fMaxNofStepsCmd
command: maxNofSteps
TG4SteppingAction * fSteppingAction
associated class
G4UIcmdWithAnInteger * fLoopVerboseCmd
command: loopVerbose
void SetMaxNofSteps(G4int number)
void SetLoopVerboseLevel(G4int level)