CMS 3D CMS Logo

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 
33  AlgebraicVector6 parameters() const override;
34 
38  AlgebraicSymMatrix66 covariance() const override ;
39 
44 
49 
54 
55  GlobalPoint position() const override;
56 
61 
65  AlgebraicVector4 momentumVector() const override;
66 
67  TrajectoryStateOnSurface trajectoryStateOnSurface(const Surface & surface) const override;
68 
70  const Propagator & propagator) const override;
71 
72  double weight() const override;
73 
75  (const double newWeight) const override;
76 
77  std::vector< ReferenceCountingPointer<RefittedTrackState<6> > > components() const override;
78 
79  reco::TransientTrack transientTrack() const override;
80 
81 
82 private:
83 
86 
87 };
88 #endif
AlgebraicVector6 parameters() const override
AlgebraicVector4 kinematicMomentumVector() const
std::vector< ReferenceCountingPointer< RefittedTrackState< 6 > > > components() const override
FreeTrajectoryState freeTrajectoryState() const override
ROOT::Math::SMatrix< double, 6, 6, ROOT::Math::MatRepSym< double, 6 > > AlgebraicSymMatrix66
AlgebraicSymMatrix77 kinematicParametersCovariance() const
AlgebraicSymMatrix66 covariance() const override
ROOT::Math::SVector< double, 6 > AlgebraicVector6
ROOT::Math::SMatrix< double, 7, 7, ROOT::Math::MatRepSym< double, 7 > > AlgebraicSymMatrix77
Definition: Matrices.h:9
ReferenceCountingPointer< RefittedTrackState< 6 > > stateWithNewWeight(const double newWeight) const override
ROOT::Math::SVector< double, 7 > AlgebraicVector7
Definition: Matrices.h:8
TrajectoryStateOnSurface trajectoryStateOnSurface(const Surface &surface) const override
GlobalPoint position() const override
KinematicRefittedTrackState(const KinematicState &st, const AlgebraicVector4 &mv)
AlgebraicVector7 kinematicParameters() const
ReferenceCountingPointer< RefittedTrackState< 6 > > RefCountedRefittedTrackState
AlgebraicVector4 momentumVector() const override
ROOT::Math::SVector< double, 4 > AlgebraicVector4
reco::TransientTrack transientTrack() const override