Changes between Version 12 and Version 13 of MadSpin
- Timestamp:
- Aug 28, 2015, 2:20:33 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MadSpin
v12 v13 69 69 3. if requested, it submits the decayed events to a shower/hadronisation program. 70 70 71 72 === How to run MadSpin on already generated samples === 73 74 In addition of the standalone mode describe above. You can run MadSpin on previously generated sample. 75 For this you need to run one of the following executable: 76 {{{ 77 ./bin/madevent 78 ./bin/aMC@NLO 79 }}} 80 Only one of the two executable is present (depends if you run on a LO process or a NLO process). 81 It opens a shell interface where you can enter 82 {{{ 83 decay_events RUN_XXX 84 }}} 85 where 'XXX' is your run_number. 86 71 87 === Full list of options === 72 88 … … 86 102 1. '''set seed VALUE:'''[[BR]] 87 103 Fix the value of the seed to a given value. By default use the current time to set the seed. Random numbers are generated by the python module random using the Mersenne Twister generator. It has a period of 2^19937^-1. 104 1. '''set Nevents_for_max_weigth VALUE''':[[BR]] 105 number of events for the estimate of the maximum weight needed to perform the reweighting 106 1. '''set max_weight_ps_point VALUE''':[[BR]] 107 number of PS to estimate the maximum weight (for each of the event choose via the previous option) 88 108 1. '''set max_running_process VALUE''':[[BR]] 89 109 Allow to limit the number of open processes used by the code. The maximum number of running processes is equal to 2*VALUE. [[BR]]