CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrajectoryStateLessWeight.h
Go to the documentation of this file.
1 #ifndef _TrackerReco_TrajectoryStateLessWeight_h_
2 #define _TrackerReco_TrajectoryStateLessWeight_h_
3 
5 
11 
12 public:
15  const TrajectoryStateOnSurface b) const
16  {
17  if ( !a.isValid() || !b.isValid() ) return false;
18  return a.weight()>b.weight();
19  }
20 };
21 
22 #endif
bool operator()(const TrajectoryStateOnSurface a, const TrajectoryStateOnSurface b) const
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121