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 43 of file AtlRunQueryUtils.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 44 of file AtlRunQueryUtils.py.

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

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