/tracking/

TrackingManager and SteppingManager control commands.


Sub-directories :


Commands :


abort

Abort current G4Track processing.

Available at all Geant4 states.


resume

Resume current G4Track processing.

Available at all Geant4 states.


storeTrajectory [Store]

Store trajectories or not.
0 : Don't Store trajectories.
!=0 : Store trajectories.
1 : Choose G4Trajectory as default.
2 : Choose G4SmoothTrajectory as default.
3 : Choose G4RichTrajectory as default.

Range : Store >=0 && Store <= 3

Available at all Geant4 states.

Parameters
Store type i Omittable : default value = 0


verbose [verbose_level]

Set Verbose level of tracking category.
-1 : Silent.
0 : Silent.
1 : Minium information of each Step.
2 : Addition to Level=1, info of secondary particles.
3 : Addition to Level=1, pre/postStepoint information
after all AlongStep/PostStep process executions.
4 : Addition to Level=3, pre/postStepoint information
at each AlongStepPostStep process execuation.
5 : Addition to Level=4, proposed Step length information
from each AlongStepPostStep process.

Range : verbose_level >=-1

Available at all Geant4 states.

Parameters
verbose_level type i Omittable : default value = 0


thisTrackOnly [outtrackid]

Output only this track into the ascii file and screen
if outtrackid<0 then output all tracks; If trackid=0 no tracks will be printed
You may use together with these cmds /tracking/particleOnly and /tracking/noSecondary to control the ascii output

Range : outtrackid>=-1

Available at all Geant4 states.

Parameters
outtrackid type i


noSecondary [noSecondary]

Output secondary tracks or not. if noSecondary=1 then no secondary tracks will be printed
You may use together with these cmds /tracking/thisTrackOnly and /tracking/particleOnly to control the ascii output

Range : noSecondary>=0

Available at all Geant4 states.

Parameters
noSecondary type i Omittable : default value = 1


particleOnly [particleName]

Output this type of particle only. if particleName="all" or particleName="-1", all particle will be printed
You may use together with these cmds /tracking/thisTrackOnly and /tracking/noSecondary to control the ascii output

Available at all Geant4 states.

Parameters
particleName type s