ATLAS Offline Software
Loading...
Searching...
No Matches
ProphecyPowhegDefault.py
Go to the documentation of this file.
1# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
3from 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')
Base class for configurable objects in the jobOptions.
add_parameter_set(self, parameter_set, **kwargs)
Alias to DecoratorFactory.decorate.