![]() |
ATLAS Offline Software
|
Basic class to represent a muon Identifier with the fields stationName, stationPhi, stationEta. More...
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 | |
| None | __init__ (self, stationIndex=-1, stationEta=-1, stationPhi=-1) |
| basic constructor taking the stationIndex, stationPhi, station Eta of a muon identifier | |
| bool | __lt__ (self, other) |
| bool | __eq__ (self, other) |
| __str__ (self) | |
| int | stationIndex (self) |
| str | stationName (self) |
| Translates the stationIndex into the stationName. | |
| int | stationEta (self) |
| int | stationPhi (self) |
Private Attributes | |
| int | __stationIndex = stationIndex |
| int | __stationEta = stationEta if stationEta < 128 else stationEta - 255 |
| int | __stationPhi = stationPhi |
Basic class to represent a muon Identifier with the fields stationName, stationPhi, stationEta.
Definition at line 6 of file HitIdentifier.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| None HitIdentifier.StationIdentifier.__init__ | ( | self, | |
| stationIndex = -1, | |||
| stationEta = -1, | |||
| stationPhi = -1 ) |
basic constructor taking the stationIndex, stationPhi, station Eta of a muon identifier
Definition at line 8 of file HitIdentifier.py.
| bool HitIdentifier.StationIdentifier.__eq__ | ( | self, | |
| other ) |
Definition at line 19 of file HitIdentifier.py.
| bool HitIdentifier.StationIdentifier.__lt__ | ( | self, | |
| other ) |
Definition at line 13 of file HitIdentifier.py.
| HitIdentifier.StationIdentifier.__str__ | ( | self | ) |
Definition at line 24 of file HitIdentifier.py.
| int HitIdentifier.StationIdentifier.stationEta | ( | self | ) |
Definition at line 44 of file HitIdentifier.py.
| int HitIdentifier.StationIdentifier.stationIndex | ( | self | ) |
Definition at line 28 of file HitIdentifier.py.
| str HitIdentifier.StationIdentifier.stationName | ( | self | ) |
Translates the stationIndex into the stationName.
Definition at line 32 of file HitIdentifier.py.
| int HitIdentifier.StationIdentifier.stationPhi | ( | self | ) |
Definition at line 47 of file HitIdentifier.py.
|
private |
Definition at line 10 of file HitIdentifier.py.
|
private |
Definition at line 9 of file HitIdentifier.py.
|
private |
Definition at line 11 of file HitIdentifier.py.