Changes between Version 11 and Version 12 of LOEventGenerationBias
- Timestamp:
- Nov 18, 2017, 11:56:46 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LOEventGenerationBias
v11 v12 71 71 Notice however that if you want your module to be working in the cluster mode of MadEvent, you must make sure that your module does not depend on any external file (typically parameter settings that would be read at run-time) since these external files would by default of course not be available on the worker nodes. So you must make sure that everything you will need at run time is already compiled in the library (this is the point of the targets '{{{*_card.h}}}' of the [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/LOEventGenerationBias/makefile makefile] given in example). 72 72 73 Note also that the current bias module only support one multiplicity in the final state so far. 73 74 === Mandatory file : '{{{<BIAS_MODULE_NAME>/<BIAS_MODULE_NAME>.f}}}' 74 75