ATLAS Offline Software
Public Member Functions | List of all members
python.utils.AtlRunQueryUtils.Enumerate Class Reference
Inheritance diagram for python.utils.AtlRunQueryUtils.Enumerate:
Collaboration diagram for python.utils.AtlRunQueryUtils.Enumerate:

Public Member Functions

def __init__ (self, names)
 

Detailed Description

Definition at line 42 of file AtlRunQueryUtils.py.

Constructor & Destructor Documentation

◆ __init__()

def python.utils.AtlRunQueryUtils.Enumerate.__init__ (   self,
  names 
)

Definition at line 43 of file AtlRunQueryUtils.py.

43  def __init__(self, names):
44  for number, name in enumerate(names.split()):
45  setattr(self, name, number)
46 

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