Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
3 from ..external
import ExternalNNLOReweighter
4 from ..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)
def add_algorithm(self, alg_or_process)
Add an algorithm or external process to the sequence.
def default_scales(self)
Default scale variations for this process.
def 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.
Class for running external NNLO reweighting process.
def default_PDFs(self)
Default PDFs for this process.
executable
Powheg executable that will be used.
Base class for PowhegBox RES processes.
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.