3from AthenaCommon
import Logging
4from ...parameters
import powheg_atlas_common
5from ..powheg_V2
import PowhegV2
8logger = Logging.logging.getLogger(
"PowhegControl")
12 """! Default Powheg configuration for b-quark pair production.
14 Create a configurable object with all applicable Powheg options.
16 @author James Robinson <james.robinson@cern.ch>
20 """! Constructor: all process options are set here.
22 @param base_directory path to PowhegBox code.
23 @param kwargs dictionary of arguments from Generate_tf.
25 super(bb, self).
__init__(base_directory,
"hvq", **kwargs)
105 self.
add_keyword(
"qmass", powheg_atlas_common.mass.b, name=
"mass_b", description=
"b-quark mass in GeV")
122 self.
add_keyword(
"topdecaymode",
"00000", frozen=
True)
add_keyword(self, keyword, value=None, name=None, frozen=None, hidden=None, description=None, **kwargs)
Register configurable parameter that is exposed to the user.
Default Powheg configuration for b-quark pair production.
__init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Base class for PowhegBox V2 processes.
default_scales(self)
Default scale variations for this process.