CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrimmedTrackFilter.h
Go to the documentation of this file.
1 #ifndef TrimmedTrackFilter_H
2 #define TrimmedTrackFilter_H
3 
5 
14 
15 public:
16 
20 
22 
25  double ptCut() const { return thePtCut; }
26 
29  void setPtCut(double ptCut) { thePtCut = ptCut; }
30 
31  bool operator()(const reco::TransientTrack &) const;
32 
33 private:
34 
35  double thePtCut;
36 
37 };
38 
39 #endif
bool operator()(const reco::TransientTrack &) const
double ptCut() const
void setPtCut(double ptCut)