62 : trackingManager(trMan)
67 TrackingDirectory->
SetGuidance(
"TrackingManager and SteppingManager control commands.");
70 AbortCmd->
SetGuidance(
"Abort current G4Track processing.");
74 ResumeCmd->
SetGuidance(
"Resume current G4Track processing.");
77 StoreTrajectoryCmd->
SetGuidance(
"Store trajectories or not.");
78 StoreTrajectoryCmd->
SetGuidance(
" 0 : Don't Store trajectories.");
79 StoreTrajectoryCmd->
SetGuidance(
" !=0 : Store trajectories.");
80 StoreTrajectoryCmd->
SetGuidance(
" 1 : Choose G4Trajectory as default.");
81 StoreTrajectoryCmd->
SetGuidance(
" 2 : Choose G4SmoothTrajectory as default.");
82 StoreTrajectoryCmd->
SetGuidance(
" 3 : Choose G4RichTrajectory as default.");
83 StoreTrajectoryCmd->
SetGuidance(
" 4 : Choose G4RichTrajectory with auxiliary points as default.");
86 StoreTrajectoryCmd->
SetRange(
"Store >=0 && Store <= 4");
91 VerboseCmd->
SetGuidance(
"Set Verbose level of tracking category.");
94 VerboseCmd->
SetGuidance(
" 1 : Minium information of each Step.");
95 VerboseCmd->
SetGuidance(
" 2 : Addition to Level=1, info of secondary particles.");
96 VerboseCmd->
SetGuidance(
" 3 : Addition to Level=1, pre/postStepoint information");
97 VerboseCmd->
SetGuidance(
" after all AlongStep/PostStep process executions.");
98 VerboseCmd->
SetGuidance(
" 4 : Addition to Level=3, pre/postStepoint information");
99 VerboseCmd->
SetGuidance(
" at each AlongStepPostStep process execuation.");
100 VerboseCmd->
SetGuidance(
" 5 : Addition to Level=4, proposed Step length information");
101 VerboseCmd->
SetGuidance(
" from each AlongStepPostStep process.");
104 VerboseCmd->
SetRange(
"verbose_level >=-1 ");
106 VerboseCmd->
SetGuidance(
"You need to recompile the tracking category defining G4VERBOSE ");
114 delete TrackingDirectory;
117 delete StoreTrajectoryCmd;
125 if( command == VerboseCmd ){
129 if( command == AbortCmd ){
134 if( command == ResumeCmd ){
140 if( command == StoreTrajectoryCmd ){
142 if(trajType==2||trajType==4)
161 if( command == VerboseCmd ){
164 else if( command == StoreTrajectoryCmd ){
void SetTrackStatus(const G4TrackStatus aTrackStatus)
G4SteppingManager * GetSteppingManager() const
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4String ConvertToString(G4bool boolVal)
void SetNewValue(G4UIcommand *command, G4String newValues)
void SetStoreTrajectory(G4int value)
static G4UImanager * GetUIpointer()
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
static G4int ConvertToInt(const char *st)
static G4TransportationManager * GetTransportationManager()
void SetVerboseLevel(G4int vLevel)
G4int GetStoreTrajectory() const
void SetTrajectoryFilter(G4VCurvedTrajectoryFilter *filter)
G4int GetVerboseLevel() const
void SetDefaultValue(G4int defVal)
G4String GetCurrentValue(G4UIcommand *command)
G4PropagatorInField * GetPropagatorInField() const
G4TrackingMessenger(G4TrackingManager *trMan)
G4int ApplyCommand(const char *aCommand)
G4Track * GetTrack() const