3from AthenaCommon
import Logging
4from ..powheg_V2
import PowhegV2
8logger = Logging.logging.getLogger(
"PowhegControl")
12 """! Default Powheg configuration for Higgs boson production plus one jet using MiNNLOPS.
14 Create a configurable object with all applicable Powheg options.
16 @author Simone Amoroso <simone.amoroso@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.
30 super(Hj_MiNNLO, self).
__init__(base_directory, os.path.join(
"HJ",
"HJMiNNLO"), warning_output=warnings, info_output=infos, **kwargs)
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 Higgs boson production plus one jet using MiNNLOPS.
__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.