ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
METAssocCfg.AssocConfig Class Reference

Configuration of builders. More...

Collaboration diagram for METAssocCfg.AssocConfig:

Public Member Functions

def __init__ (self, objType='', inputKey='')
 

Public Attributes

 objType
 
 inputKey
 

Detailed Description

Configuration of builders.

Definition at line 40 of file METAssocCfg.py.

Constructor & Destructor Documentation

◆ __init__()

def METAssocCfg.AssocConfig.__init__ (   self,
  objType = '',
  inputKey = '' 
)

Definition at line 41 of file METAssocCfg.py.

41  def __init__(self,objType='',inputKey=''):
42  self.objType = objType
43  self.inputKey = inputKey
44 

Member Data Documentation

◆ inputKey

METAssocCfg.AssocConfig.inputKey

Definition at line 43 of file METAssocCfg.py.

◆ objType

METAssocCfg.AssocConfig.objType

Definition at line 42 of file METAssocCfg.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZj_MiNNLO.ZZj_MiNNLO.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZj_MiNNLO.py:18