source: trunk/documents/UserDoc/DocBookUsersGuides/IntroductionToGeant4/xml/AllResources/.ls/random.txt @ 904

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

ajout de la doc

File size: 1.4 KB
Line 
1/control/manual /random
2Command directory path : /random/
3
4
5Guidance :
6Random number status control commands.
7
8 Sub-directories :
9 Commands :
10   setDirectoryName * Define the directory name of the rndm status files.
11   setSavingFlag * The randomNumberStatus will be saved at :
12   saveThisRun * copy currentRun.rndm to runXXX.rndm
13   saveThisEvent * copy currentEvent.rndm to runXXXevtYYY.rndm
14   resetEngineFrom * Reset the status of the rndm engine from a file.
15
16
17Command /random/setDirectoryName
18Guidance :
19Define the directory name of the rndm status files.
20Directory must be creates before storing the files.
21
22Parameter : fileName
23 Parameter type  : s
24 Omittable       : True
25 Default value   : ./
26
27
28
29Command /random/setSavingFlag
30Guidance :
31The randomNumberStatus will be saved at :
32begining of run (currentRun.rndm) and begining of event (currentEvent.rndm)
33
34Parameter : flag
35 Parameter type  : b
36 Omittable       : True
37 Default value   : 1
38
39
40
41Command /random/saveThisRun
42Guidance :
43copy currentRun.rndm to runXXX.rndm
44
45
46
47Command /random/saveThisEvent
48Guidance :
49copy currentEvent.rndm to runXXXevtYYY.rndm
50
51
52
53Command /random/resetEngineFrom
54Guidance :
55Reset the status of the rndm engine from a file.
56See CLHEP manual for detail.
57The engine status must be stored beforehand.
58Directory of the status file should be set by /random/setDirectoryName.
59
60Parameter : fileName
61 Parameter type  : s
62 Omittable       : True
63 Default value   : currentRun.rndm
64
Note: See TracBrowser for help on using the repository browser.