| 1 | /control/manual /tracking
|
|---|
| 2 | Command directory path : /tracking/
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 | Guidance :
|
|---|
| 6 | TrackingManager and SteppingManager control commands.
|
|---|
| 7 |
|
|---|
| 8 | Sub-directories :
|
|---|
| 9 | Commands :
|
|---|
| 10 | abort * Abort current G4Track processing.
|
|---|
| 11 | resume * Resume current G4Track processing.
|
|---|
| 12 | storeTrajectory * Store trajectories or not.
|
|---|
| 13 | verbose * Set Verbose level of tracking category.
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | Command /tracking/abort
|
|---|
| 17 | Guidance :
|
|---|
| 18 | Abort current G4Track processing.
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | Command /tracking/resume
|
|---|
| 23 | Guidance :
|
|---|
| 24 | Resume current G4Track processing.
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
|
|---|
| 28 | Command /tracking/storeTrajectory
|
|---|
| 29 | Guidance :
|
|---|
| 30 | Store trajectories or not.
|
|---|
| 31 | 1 : Store trajectories.
|
|---|
| 32 | 0 : Don't Store trajectories.
|
|---|
| 33 | Range of parameters : Store >=0 && Store <= 1
|
|---|
| 34 |
|
|---|
| 35 | Parameter : Store
|
|---|
| 36 | Parameter type : i
|
|---|
| 37 | Omittable : True
|
|---|
| 38 | Default value : 0
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 | Command /tracking/verbose
|
|---|
| 43 | Guidance :
|
|---|
| 44 | Set Verbose level of tracking category.
|
|---|
| 45 | 0 : Silent.
|
|---|
| 46 | 1 : Minium information of each Step.
|
|---|
| 47 | 2 : Addition to Level=1, info of secondary particles.
|
|---|
| 48 | 3 : Addition to Level=1, pre/postStepoint information
|
|---|
| 49 | after all AlongStep/PostStep process executions.
|
|---|
| 50 | 4 : Addition to Level=3, pre/postStepoint information
|
|---|
| 51 | at each AlongStepPostStep process execuation.
|
|---|
| 52 | 5 : Addition to Level=4, proposed Step length information
|
|---|
| 53 | from each AlongStepPostStep process.
|
|---|
| 54 | Range of parameters : verbose_level >=0
|
|---|
| 55 |
|
|---|
| 56 | Parameter : verbose_level
|
|---|
| 57 | Parameter type : i
|
|---|
| 58 | Omittable : True
|
|---|
| 59 | Default value : 0
|
|---|
| 60 |
|
|---|