3from ..external
import ExternalNNLOReweighter
4from ..powheg_RES
import PowhegRES
9 """! Default Powheg configuration for Higgs boson production plus one jet.
11 Create a configurable object with all applicable Powheg options.
13 @author James Robinson <james.robinson@cern.ch>
17 """! Constructor: all process options are set here.
19 @param base_directory: path to PowhegBox code.
20 @param kwargs dictionary of arguments from Generate_tf.
22 super(Hj, self).
__init__(base_directory,
"HJ", **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.
Class for running external NNLO reweighting process.
Default Powheg configuration for Higgs boson production plus one jet.
__init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Base class for PowhegBox RES processes.
add_algorithm(self, alg_or_process)
Add an algorithm or external process to the sequence.
default_scales(self)
Default scale variations for this process.