source: trunk/documents/UserDoc/DocBookUsersGuides/ForApplicationDeveloper/xml/AllResources/Control/UIcommands/tracking.txt

Last change on this file was 904, checked in by garnier, 16 years ago

ajout de la doc

File size: 1.4 KB
Line 
1/control/manual /tracking
2Command directory path : /tracking/
3
4
5Guidance :
6TrackingManager 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
16Command /tracking/abort
17Guidance :
18Abort current G4Track processing.
19
20
21
22Command /tracking/resume
23Guidance :
24Resume current G4Track processing.
25
26
27
28Command /tracking/storeTrajectory
29Guidance :
30Store trajectories or not.
31 1 : Store trajectories.
32 0 : Don't Store trajectories.
33 Range of parameters : Store >=0 && Store <= 1
34
35Parameter : Store
36 Parameter type  : i
37 Omittable       : True
38 Default value   : 0
39
40
41
42Command /tracking/verbose
43Guidance :
44Set 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
56Parameter : verbose_level
57 Parameter type  : i
58 Omittable       : True
59 Default value   : 0
60
Note: See TracBrowser for help on using the repository browser.