3from ..powheg_V2
import PowhegV2
7 """! Default Powheg configuration for jet pair production.
9 Create a configurable object with all applicable Powheg options.
11 @author James Robinson <james.robinson@cern.ch>
15 """! Constructor: all process options are set here.
17 @param base_directory: path to PowhegBox code.
18 @param kwargs dictionary of arguments from Generate_tf.
20 super(jj, self).
__init__(base_directory,
"dijet", **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 jet pair production.
__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.