Fork me on GitHub

Changes between Version 10 and Version 11 of WorkBook/ConfigFile


Ignore:
Timestamp:
Aug 20, 2013, 11:40:38 AM (11 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ConfigFile

    v10 v11  
    8080}}}
    8181
     82== Global parameters ==
     83
     84It is possible to specify the following global parameters: !MaxEvents, !SkipEvents and !RandomSeed.
     85
     86For instance, the following configuration allows to specify a particular random seed, skip the first 100 events and process the following 1000 events.
     87
     88{{{
     89set RandomSeed 23
     90set SkipEvents 100
     91set MaxEvents 1000
     92}}}
     93
     94
    8295== Comments ==
    8396
     
    87100
    88101A dollar sign together with an immediately following variable name will be substituted by the value of the variable.
    89