#include <G4TrackingMessenger.hh>
Definition at line 56 of file G4TrackingMessenger.hh.
Definition at line 60 of file G4TrackingMessenger.cc.
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 ");
G4SteppingManager * GetSteppingManager() const
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void SetDefaultValue(G4int defVal)
G4TrackingMessenger::~G4TrackingMessenger |
( |
| ) |
|
Reimplemented from G4UImessenger.
Definition at line 158 of file G4TrackingMessenger.cc.
161 if( command == VerboseCmd ){
164 else if( command == StoreTrajectoryCmd ){
static G4String ConvertToString(G4bool boolVal)
G4int GetStoreTrajectory() const
G4int GetVerboseLevel() const
Reimplemented from G4UImessenger.
Definition at line 122 of file G4TrackingMessenger.cc.
125 if( command == VerboseCmd ){
129 if( command == AbortCmd ){
134 if( command == ResumeCmd ){
140 if( command == StoreTrajectoryCmd ){
142 if(trajType==2||trajType==4)
void SetTrackStatus(const G4TrackStatus aTrackStatus)
void SetStoreTrajectory(G4int value)
static G4UImanager * GetUIpointer()
static G4int ConvertToInt(const char *st)
static G4TransportationManager * GetTransportationManager()
void SetVerboseLevel(G4int vLevel)
void SetTrajectoryFilter(G4VCurvedTrajectoryFilter *filter)
G4PropagatorInField * GetPropagatorInField() const
G4int ApplyCommand(const char *aCommand)
G4Track * GetTrack() const
The documentation for this class was generated from the following files: