CMS 3D CMS Logo

BestVertexComparator.h
Go to the documentation of this file.
1 #ifndef RecoHI_HiTracking_BestVertexComparator_h
2 #define RecoHI_HiTracking_BestVertexComparator_h
3 
4 template <typename T>
8  bool operator()(const T& t1, const T& t2) const { return t1.tracksSize() > t2.tracksSize(); }
9 };
10 
11 template <typename T>
15  bool operator()(const T& t1, const T& t2) const { return t1.normalizeChi2() < t2.normalizedChi2(); }
16 };
17 
18 #endif
bool operator()(const T &t1, const T &t2) const
bool operator()(const T &t1, const T &t2) const
long double T