ATLAS Offline Software
ProphecyPowhegDefault.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 from ProphecyConfig import ProphecyConfig
4 
6 
7  def __init__( self, runArgs=None, opts=None ) :
8 
9  super(ProphecyPowhegDefault, self).__init__( runArgs, opts )
10  self.add_parameter_set( 'fromPowheg')
python.ProphecyConfig.ProphecyConfig
Base class for configurable objects in the jobOptions.
Definition: ProphecyConfig.py:12
python.ProphecyPowhegDefault.ProphecyPowhegDefault
Definition: ProphecyPowhegDefault.py:5
python.ProphecyConfig.ProphecyConfig.add_parameter_set
def add_parameter_set(self, parameter_set, **kwargs)
Alias to DecoratorFactory.decorate.
Definition: ProphecyConfig.py:154
python.ProphecyPowhegDefault.ProphecyPowhegDefault.__init__
def __init__(self, runArgs=None, opts=None)
Definition: ProphecyPowhegDefault.py:7