![]() |
ATLAS Offline Software
|
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, name) | |
| itname (self, id) | |
| dumname (self) | |
| add_id (self, id) | |
| get_ids (self) | |
Public Attributes | |
| name = name | |
| ids = set() | |
| int | explicit = 0 |
Holds information about a dummy loop variable.
Attributes:
name - The name of the dummy variable.
ids - Set of loop identifiers (`foo' in `foo$i') with which
this dummy has been used.
explicit - Set to true if this variable is ever used on its own
(just $i)
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.pydraw._Loopvar.__init__ | ( | self, | |
| name ) |
| python.pydraw._Loopvar.add_id | ( | self, | |
| id ) |
Notice this this dummy is used with loop identifier ID. Return the iterator variable.
Definition at line 588 of file pydraw.py.
| python.pydraw._Loopvar.dumname | ( | self | ) |
| python.pydraw._Loopvar.get_ids | ( | self | ) |
| python.pydraw._Loopvar.itname | ( | self, | |
| id ) |