CMS 3D CMS Logo

TrajectoryStateLessWeight.h
Go to the documentation of this file.
1 #ifndef _TrackerReco_TrajectoryStateLessWeight_h_
2 #define _TrackerReco_TrajectoryStateLessWeight_h_
3 
5 
11 public:
14  if (!a.isValid() || !b.isValid())
15  return false;
16  return a.weight() > b.weight();
17  }
18 };
19 
20 #endif
TrajectoryStateOnSurface.h
TrajectoryStateOnSurface
Definition: TrajectoryStateOnSurface.h:16
TrajectoryStateLessWeight
Definition: TrajectoryStateLessWeight.h:10
b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119
TrajectoryStateLessWeight::operator()
bool operator()(const TrajectoryStateOnSurface a, const TrajectoryStateOnSurface b) const
Definition: TrajectoryStateLessWeight.h:13
TrajectoryStateLessWeight::TrajectoryStateLessWeight
TrajectoryStateLessWeight()
Definition: TrajectoryStateLessWeight.h:12