Public Member Functions | |
bool | operator() (const pair< vector< DetGroup > const *, int > &a, const pair< vector< DetGroup >const *, int > &b) const |
Definition at line 20 of file TIDLayer.cc.
bool TIDringLess::operator() | ( | const pair< vector< DetGroup > const *, int > & | a, |
const pair< vector< DetGroup >const *, int > & | b | ||
) | const [inline] |
Definition at line 23 of file TIDLayer.cc.
{ if(a.second==2) {return true;} else if(a.second==0) { if(b.second==2) return false; if(b.second==1) return true; } return false; };