CMS 3D CMS Logo

SignedTransverseImpactParameter.h
Go to the documentation of this file.
1 #ifndef _BTAGGER_SIGNEDTRANSVERSEIMPACTPARAMETER_H_
2 #define _BTAGGER_SIGNEDTRANSVERSEIMPACTPARAMETER_H_
3 
9 #include <utility>
10 
11 
17 
18 public:
19 
20  // construct
21 
23 
24  std::pair<bool,Measurement1D> apply(const reco::TransientTrack &, const GlobalVector & , const reco::Vertex &) const;
25 
26  std::pair<bool,Measurement1D> zImpactParameter ( const reco::TransientTrack & , const GlobalVector & ,const reco::Vertex & ) const ;
27 
28 
29 };
30 
31 
32 
33 #endif
34 
35 
36 
37 
38 
39 
40 
41 
42 
43 
std::pair< bool, Measurement1D > apply(const reco::TransientTrack &, const GlobalVector &, const reco::Vertex &) const
std::pair< bool, Measurement1D > zImpactParameter(const reco::TransientTrack &, const GlobalVector &, const reco::Vertex &) const