59: trackingManager(trMan)
64 TrackingDirectory->
SetGuidance(
"TrackingManager and SteppingManager control commands.");
67 AbortCmd->
SetGuidance(
"Abort current G4Track processing.");
71 ResumeCmd->
SetGuidance(
"Resume current G4Track processing.");
74 StoreTrajectoryCmd->
SetGuidance(
"Store trajectories or not.");
75 StoreTrajectoryCmd->
SetGuidance(
" 0 : Don't Store trajectories.");
76 StoreTrajectoryCmd->
SetGuidance(
" !=0 : Store trajectories.");
77 StoreTrajectoryCmd->
SetGuidance(
" 1 : Choose G4Trajectory as default.");
78 StoreTrajectoryCmd->
SetGuidance(
" 2 : Choose G4SmoothTrajectory as default.");
79 StoreTrajectoryCmd->
SetGuidance(
" 3 : Choose G4RichTrajectory as default.");
82 StoreTrajectoryCmd->
SetRange(
"Store >=0 && Store <= 3");
87 VerboseCmd->
SetGuidance(
"Set Verbose level of tracking category.");
90 VerboseCmd->
SetGuidance(
" 1 : Minium information of each Step.");
91 VerboseCmd->
SetGuidance(
" 2 : Addition to Level=1, info of secondary particles.");
92 VerboseCmd->
SetGuidance(
" 3 : Addition to Level=1, pre/postStepoint information");
93 VerboseCmd->
SetGuidance(
" after all AlongStep/PostStep process executions.");
94 VerboseCmd->
SetGuidance(
" 4 : Addition to Level=3, pre/postStepoint information");
95 VerboseCmd->
SetGuidance(
" at each AlongStepPostStep process execuation.");
96 VerboseCmd->
SetGuidance(
" 5 : Addition to Level=4, proposed Step length information");
97 VerboseCmd->
SetGuidance(
" from each AlongStepPostStep process.");
100 VerboseCmd->
SetRange(
"verbose_level >=-1 ");
102 VerboseCmd->
SetGuidance(
"You need to recompile the tracking category defining G4VERBOSE ");
110 delete TrackingDirectory;
113 delete StoreTrajectoryCmd;
121 if( command == VerboseCmd ){
125 if( command == AbortCmd ){
130 if( command == ResumeCmd ){
134 if( command == StoreTrajectoryCmd ){
144 if( command == VerboseCmd ){
147 else if( command == StoreTrajectoryCmd ){
G4Track * GetTrack() const
void SetTrackStatus(const G4TrackStatus aTrackStatus)
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int vLevel)
G4SteppingManager * GetSteppingManager() const
void SetStoreTrajectory(G4int value)
G4int GetStoreTrajectory() const
G4TrackingMessenger(G4TrackingManager *trMan)
G4String GetCurrentValue(G4UIcommand *command)
void SetNewValue(G4UIcommand *command, G4String newValues)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetDefaultValue(G4int defVal)
static G4String ConvertToString(G4bool boolVal)
void SetGuidance(const char *aGuidance)
static G4int ConvertToInt(const char *st)
void SetRange(const char *rs)
G4int ApplyCommand(const char *aCommand)
static G4UImanager * GetUIpointer()