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 39 of file METAssocCfg.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 40 of file METAssocCfg.py.

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

Member Data Documentation

◆ inputKey

METAssocCfg.AssocConfig.inputKey

Definition at line 42 of file METAssocCfg.py.

◆ objType

METAssocCfg.AssocConfig.objType

Definition at line 41 of file METAssocCfg.py.


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