source: trunk/documents/UserDoc/DocBookUsersGuides/IntroductionToGeant4/xml/AllResources/.ls/event.txt

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

ajout de la doc

File size: 1.2 KB
Line 
1/control/manual /event
2Command directory path : /event/
3
4
5Guidance :
6EventManager control commands.
7
8 Sub-directories :
9   /event/stack/   Stack control commands.
10 Commands :
11   abort * Abort current event.
12   verbose * Set Verbose level of event management category.
13
14
15Command /event/abort
16Guidance :
17Abort current event.
18
19
20
21Command /event/verbose
22Guidance :
23Set Verbose level of event management category.
24 0 : Silent
25 1 : Stacking information
26 2 : More...
27 Range of parameters : level>=0
28
29Parameter : level
30 Parameter type  : i
31 Omittable       : False
32
33Command directory path : /event/stack/
34
35
36Guidance :
37Stack control commands.
38
39 Sub-directories :
40 Commands :
41   status * List current status of the stack.
42   clear * Clear stacked tracks.
43
44
45Command /event/stack/status
46Guidance :
47List current status of the stack.
48
49
50
51Command /event/stack/clear
52Guidance :
53Clear stacked tracks.
54 2 : clear all tracks in all stacks
55 1 : clear tracks in the urgent and waiting stacks
56 0 : clear tracks in the waiting stack (default)
57-1 : clear tracks in the urgent stack
58-2 : clear tracks in the postponed stack
59 Range of parameters : level>=-2&&level<=2
60
61Parameter : level
62 Parameter type  : i
63 Omittable       : True
64 Default value   : 0
65
Note: See TracBrowser for help on using the repository browser.