Main Page
Namespaces
Classes
Package Documentation
RecoTracker
DebugTools
plugins
TrajectoryLessByFoundHits.h
Go to the documentation of this file.
1
#ifndef TrajectoryLessByFoundHits_h_
2
#define TrajectoryLessByFoundHits_h_
3
4
#include "
TrackingTools/PatternTools/interface/Trajectory.h
"
5
6
struct
TrajectoryLessByFoundHits
{
7
bool
operator()
(
const
Trajectory
&
a
,
const
Trajectory
&
b
)
const
{
8
return
a.
foundHits
()<b.
foundHits
();
9
}
10
};
11
#endif
12
Trajectory::foundHits
int foundHits() const
Definition:
Trajectory.h:225
Trajectory
Definition:
Trajectory.h:40
TrajectoryLessByFoundHits
Definition:
TrajectoryLessByFoundHits.h:15
TrajectoryLessByFoundHits::operator()
bool operator()(const Trajectory &a, const Trajectory &b) const
Definition:
TrajectoryLessByFoundHits.h:16
Trajectory.h
b
double b
Definition:
hdecay.h:120
a
double a
Definition:
hdecay.h:121
Generated for CMSSW Reference Manual by
1.8.11