|
ATLAS Offline Software
|
Go to the documentation of this file.
3 from ..external
import ExternalVBFNLO
4 from ..powheg_V2
import PowhegV2
8 """! Default Powheg configuration for Z-boson production through vector boson fusion.
10 Create a configurable object with all applicable Powheg options.
12 @author James Robinson <james.robinson@cern.ch>
16 """! Constructor: all process options are set here.
18 @param base_directory: path to PowhegBox code.
19 @param kwargs dictionary of arguments from Generate_tf.
21 super(VBF_Z, self).
__init__(base_directory,
"VBF_W-Z", **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 __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
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.
Class for running external VBFNLO process.
Default Powheg configuration for Z-boson production through vector boson fusion.
def default_PDFs(self)
Default PDFs for this process.
Base class for PowhegBox V2 processes.