source: trunk/documents/UserDoc/UsersGuides/ForApplicationDeveloper/html/Control/UIcommands/_event_.html @ 1287

Last change on this file since 1287 was 1208, checked in by garnier, 15 years ago

CVS update

File size: 1.2 KB
Line 
1<html><head><title>Commands in /event/</title></head>
2<body bgcolor="#ffffff"><h2>/event/</h2><p>
3EventManager control commands.<br>
4<p><hr><p>
5<h2>Sub-directories : </h2><dl>
6<p><br><p><dt><a href="_event_stack_.html">/event/stack/</a>
7<p><dd>Stack control commands.
8</dl><p><hr><p>
9<h2>Commands : </h2><dl>
10<p><br><p><dt><b>abort</b>
11<p><dd>
12Abort current event.<br>
13<p><dd>Available Geant4 state(s) : EventProc
14<p><br><p><dt><b>verbose [<i>level</i>]</b>
15<p><dd>
16Set Verbose level of event management category.<br>
17 0 : Silent<br>
18 1 : Stacking information<br>
19 2 : More...<br>
20<p><dd>Range : level&gt;=0
21<p><dd>Available at all Geant4 states.
22<p><dd>Parameters<table border=1>
23<tr><td>level
24<td>type i
25<td><td></table>
26<p><br><p><dt><b>keepCurrentEvent</b>
27<p><dd>
28Store the current event to G4Run object instead of deleting it at the end of event.<br>
29Stored event is available through G4Run until the begining of next run.<br>
30Given the potential large memory size of G4Event and its datamember objects stored in G4Event,<br>
31the user must be careful and responsible for not to store too many G4Event objects.<br>
32<p><dd>Available Geant4 state(s) : EventProc
33GeomClosed
34</dl></body></html>
Note: See TracBrowser for help on using the repository browser.