CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrimmedTrackFilter.cc
Go to the documentation of this file.
2 
3 using namespace reco;
4 
6  : thePtCut(0.)
7 {}
8 
9 
10 bool
12 {
13  return aTk.initialFreeState().momentum().perp() > thePtCut;
14 }
T perp() const
Definition: PV3DBase.h:72
bool operator()(const reco::TransientTrack &) const
GlobalVector momentum() const
FreeTrajectoryState initialFreeState() const