CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
KinematicRefittedTrackState.h
Go to the documentation of this file.
1 #ifndef KinematicRefittedTrackState_H
2 #define KinematicRefittedTrackState_H
3 
7 
8 
23 
24 public:
25 
27 
29 
34 
39 
44 
49 
54 
55  GlobalPoint position() const;
56 
61 
66 
68 
70  const Propagator & propagator) const;
71 
72  virtual double weight() const;
73 
75  (const double newWeight) const;
76 
77  virtual std::vector< ReferenceCountingPointer<RefittedTrackState<6> > > components() const;
78 
79  virtual reco::TransientTrack transientTrack() const;
80 
81 
82 private:
83 
86 
87 };
88 #endif
TrajectoryStateOnSurface trajectoryStateOnSurface(const Surface &surface) const
AlgebraicVector4 kinematicMomentumVector() const
virtual std::vector< ReferenceCountingPointer< RefittedTrackState< 6 > > > components() const
ROOT::Math::SMatrix< double, 6, 6, ROOT::Math::MatRepSym< double, 6 > > AlgebraicSymMatrix66
AlgebraicSymMatrix77 kinematicParametersCovariance() const
FreeTrajectoryState freeTrajectoryState() const
ROOT::Math::SVector< double, 6 > AlgebraicVector6
AlgebraicVector6 parameters() const
AlgebraicVector4 momentumVector() const
ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepSym< double, 7 > > AlgebraicSymMatrix77
Definition: Matrices.h:16
ROOT::Math::SVector< double, 7 > AlgebraicVector7
Definition: Matrices.h:15
AlgebraicSymMatrix66 covariance() const
virtual reco::TransientTrack transientTrack() const
virtual ReferenceCountingPointer< RefittedTrackState< 6 > > stateWithNewWeight(const double newWeight) const
KinematicRefittedTrackState(const KinematicState &st, const AlgebraicVector4 &mv)
AlgebraicVector7 kinematicParameters() const
ReferenceCountingPointer< RefittedTrackState< 6 > > RefCountedRefittedTrackState
ROOT::Math::SVector< double, 4 > AlgebraicVector4