|
ATLAS Offline Software
|
Go to the documentation of this file.
3 from AthenaCommon
import Logging
4 from ..external
import ExternalNNLOReweighter
5 from ..powheg_V2
import PowhegV2
9 logger = Logging.logging.getLogger(
"PowhegControl")
13 """! Default Powheg configuration for single Z-boson production plus one jet.
15 Create a configurable object with all applicable Powheg options.
17 @author James Robinson <james.robinson@cern.ch>
21 """! Constructor: all process options are set here.
23 @param base_directory: path to PowhegBox code.
24 @param kwargs dictionary of arguments from Generate_tf.
26 super(Zj, self).
__init__(base_directory,
"Zj", **kwargs)
161 """! Validate vdecaymode keyword."""
165 __decay_mode_lookup = {
"b b~": 5,
"e+ e-": 1,
"mu+ mu-": 2,
"tau+ tau-": 3}
def expose(self)
Add all names to the interface of this object.
def add_algorithm(self, alg_or_process)
Add an algorithm or external process to the sequence.
def parameters_by_name(self, name)
Retrieve all parameters that use a given name.
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.
def parameters_by_keyword(self, keyword)
Retrieve all parameters that use a given keyword.
Default Powheg configuration for single Z-boson production plus one jet.
validation_functions
List of validation functions to run before preparing runcard.
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
def check_decay_mode(self, decay_mode, allowed_decay_modes=None)
Check whether a decay mode is allowed an raise an exception if it is not.
Class for running external NNLO reweighting process.
def validate_decays(self)
Validate vdecaymode keyword.
def default_PDFs(self)
Default PDFs for this process.
Base class for PowhegBox V2 processes.
executable
Powheg executable that will be used.
allowed_decay_modes
List of allowed decay modes.