CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
TIDringLess Class Reference
Inheritance diagram for TIDringLess:

Public Member Functions

bool operator() (const pair< vector< DetGroup > const *, int > &a, const pair< vector< DetGroup >const *, int > &b) const
 

Detailed Description

Definition at line 20 of file TIDLayer.cc.

Member Function Documentation

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.

References a, and b.

23  {
24  if(a.second==2) {return true;}
25  else if(a.second==0) {
26  if(b.second==2) return false;
27  if(b.second==1) return true;
28  }
29  return false;
30  };
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121