3from AthenaCommon
import Logging
4from ..powheg_V2
import PowhegV2
7logger = Logging.logging.getLogger(
"PowhegControl")
11 """! Default Powheg configuration for Higgs boson production through vector boson fusion.
13 Create a configurable object with all applicable Powheg options.
15 @author James Robinson <james.robinson@cern.ch>
19 """! Constructor: all process options are set here.
21 @param base_directory: path to PowhegBox code.
22 @param kwargs dictionary of arguments from Generate_tf.
24 super(VBF_H, self).
__init__(base_directory,
"VBF_H", **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 through vector boson fusion.
__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.