Skip to content
Snippets Groups Projects

Fixed default twidth value for bblvlv and added new twidth_phsp parameter

Merged Simone Amoroso requested to merge amoroso/athena:21.6-BB4Lfixes into 21.6
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -478,6 +478,7 @@ class Registry(object):
self.add_default("topwidth", powheg_atlas_common.width.t, name="width_t", description="top quark width in GeV")
self.add_default("ttype", 1, description="specify top or anti-top. [1:t; -1:tbar]")
self.add_default("twidth", powheg_atlas_common.width.t, name="width_t", description="top quark width in GeV")
self.add_default("twidth_phsp", -1, description="top width for phase-space generation, should be the same as twidth [-1:use Powheg default]")
self.add_default("ubexcess_correct", 1, description="whether to correct for upper bound violations in btilde/remnant generation. [1:enabled]")
self.add_default("ubsigmadetails", 1, description="output calculated cross-sections. [1:enabled]")
self.add_default("Umass", powheg_atlas_common.mass.u, description="u-quark mass in GeV")
Loading