ATLAS Offline Software
Loading...
Searching...
No Matches
METRecoCfg.RefConfig Class Reference

Configuration of refiners. More...

Collaboration diagram for METRecoCfg.RefConfig:

Public Member Functions

 __init__ (self, myType='', outputKey='')

Public Attributes

 type = myType
 outputKey = outputKey

Detailed Description

Configuration of refiners.

Definition at line 108 of file METRecoCfg.py.

Constructor & Destructor Documentation

◆ __init__()

METRecoCfg.RefConfig.__init__ ( self,
myType = '',
outputKey = '' )

Definition at line 109 of file METRecoCfg.py.

109 def __init__(self,myType='',outputKey=''):
110 self.type = myType
111 self.outputKey = outputKey
112

Member Data Documentation

◆ outputKey

METRecoCfg.RefConfig.outputKey = outputKey

Definition at line 111 of file METRecoCfg.py.

◆ type

METRecoCfg.RefConfig.type = myType

Definition at line 110 of file METRecoCfg.py.


The documentation for this class was generated from the following file: