Changes between Version 12 and Version 13 of ComplexMassScheme
- Timestamp:
- Aug 13, 2015, 3:05:48 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComplexMassScheme
v12 v13 31 31 * Ex.: {{{ check cms -reuse u d~ > e+ ve a [virt=QCD QED] --name=udx_epvea --tweak=['default','allwidths->allwidths*0.99(widths_x_0.99)'] }}} 32 32 33 First, the '-reuse' following 'cms' specifies that you want to reuse relevant information existing from previous runs. This includes potentially reusing the fortran output of the NLO matrix element if the same process was run before with the 'cms check' command. Also, if a name was given to this run (see option '--name' further) and the corresponding saved result python pickled file exists on disk, this run will be skipped and the result recycled from the pickle file.33 First, the '-reuse' suffix following 'cms' specifies that you want to reuse relevant information existing from previous runs. This includes potentially reusing the fortran output of the NLO matrix element if the same process was run before with the 'cms check' command. Also, if a name was given to this run (see option '--name' further) and the corresponding saved result python pickled file exists on disk, this run will be skipped and the result recycled from the pickle file. 34 34 When '-reuse' is not specified, the test always restarts from scratch. In general, it is recommended to always use '-reuse'. 35 35