ATLAS Offline Software
Loading...
Searching...
No Matches
order_by_clid_and_index Class Reference
Collaboration diagram for order_by_clid_and_index:

Public Member Functions

bool operator() (const Trig::TypelessFeature &a, const Trig::TypelessFeature &b) const

Detailed Description

Definition at line 81 of file FeatureContainer.cxx.

Member Function Documentation

◆ operator()()

bool order_by_clid_and_index::operator() ( const Trig::TypelessFeature & a,
const Trig::TypelessFeature & b ) const
inline

Definition at line 83 of file FeatureContainer.cxx.

83 {
84 if ( a.accessHelper().getCLID() == b.accessHelper().getCLID()) {
85 return a.accessHelper().getIndex() < b.accessHelper().getIndex();
86 }
87 return a.accessHelper().getCLID() < b.accessHelper().getCLID();
88 }
static Double_t a

The documentation for this class was generated from the following file: