CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecHitLessByDet.h
Go to the documentation of this file.
1 #ifndef CD_RecHitLessByDet_H_
2 #define CD_RecHitLessByDet_H_
3 
15 
17 
19 public:
20 
22  theDirection(dir) {}
23 
25 
26  bool operator()(const RecHitPointer& aHit, const RecHitPointer& bHit) const{
27 
28  return (theDirection == alongMomentum ?
29  (aHit->surface()->toGlobal(aHit->localPosition()).mag() <
30  bHit->surface()->toGlobal(bHit->localPosition()).mag() ) :
31  (aHit->surface()->toGlobal(aHit->localPosition()).mag() >
32  bHit->surface()->toGlobal(bHit->localPosition()).mag()) );
33  }
34 
35 private:
36 
38 
39 };
40 #endif //CD_RecHitLessByDet_H_
bool operator()(const RecHitPointer &aHit, const RecHitPointer &bHit) const
T mag() const
The vector magnitude. Equivalent to sqrt(vec.mag2())
PropagationDirection
RecHitLessByDet(const PropagationDirection &dir)
std::shared_ptr< TrackingRecHit const > ConstRecHitPointer
PropagationDirection theDirection
TransientTrackingRecHit::ConstRecHitPointer RecHitPointer
dbl *** dir
Definition: mlp_gen.cc:35