ATLAS Offline Software
|
Used to compare pointers of TriggerElements. More...
Public Member Functions | |
TriggerElementFind (const HLT::TriggerElement *te) | |
bool | operator() (const HLT::TriggerElement *te) |
Private Attributes | |
unsigned int | m_id |
const HLT::TriggerElement * | m_RoI |
Used to compare pointers of TriggerElements.
To establish equality of trigger elements, we check (a) that their id's match and (b) that they come from the same RoI. To check that the RoI is the same, we check check the RoI features, as these will never be slimmed (unless the whole branch is removed).
Definition at line 196 of file TrigNavigationThinningSvc.h.
TrigNavigationThinningSvc::TriggerElementFind::TriggerElementFind | ( | const HLT::TriggerElement * | te | ) |
Definition at line 625 of file TrigNavigationThinningSvc.cxx.
bool TrigNavigationThinningSvc::TriggerElementFind::operator() | ( | const HLT::TriggerElement * | te | ) |
Definition at line 644 of file TrigNavigationThinningSvc.cxx.
|
private |
Definition at line 202 of file TrigNavigationThinningSvc.h.
|
private |
Definition at line 203 of file TrigNavigationThinningSvc.h.