ATLAS Offline Software
Loading...
Searching...
No Matches
python.utils.AtlRunQueryUtils.Enumerate Class Reference
Inheritance diagram for python.utils.AtlRunQueryUtils.Enumerate:
Collaboration diagram for python.utils.AtlRunQueryUtils.Enumerate:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Public Member Functions

 __init__ (self, names)

Detailed Description

Definition at line 42 of file AtlRunQueryUtils.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

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: