Changes between Version 19 and Version 20 of MadSpin
- Timestamp:
- Sep 15, 2020, 2:34:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MadSpin
v19 v20 98 98 * The status of the seed (can be changed via the card) 99 99 If path exists, use the information present in that directory which allows to bypass the initialization phase. Note that this is valid only for the SAME param_card (and the code checks that this is the case). 100 1. '''set BW_effect True|False:''' [default:True] [[BR]]101 Reshuffle the momenta to describe correctly the Breit-Wigner of the decayed particle.102 100 1. '''set seed VALUE:'''[[BR]] 103 101 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.