CMS 3D CMS Logo

SignedDecayLength3D.h
Go to the documentation of this file.
1 #ifndef _SIGNEDDECAYLENGHT3D_H_
2 #define _SIGNEDDECAYLENGHT3D_H_
8 #include <utility>
9 
16 public:
17  // construct
18 
20 
21  static std::pair<bool, Measurement1D> apply(const reco::TransientTrack &track,
22  const GlobalVector &direction,
23  const reco::Vertex &vertex);
24 
25  int id() const { return 3; }
26 
27 private:
29  const reco::Vertex &,
30  const GlobalVector &,
31  const MagneticField *);
32 };
33 
34 #endif
static std::pair< bool, Measurement1D > apply(const reco::TransientTrack &track, const GlobalVector &direction, const reco::Vertex &vertex)
static TrajectoryStateOnSurface closestApproachToJet(const FreeTrajectoryState &, const reco::Vertex &, const GlobalVector &, const MagneticField *)