CMS 3D CMS Logo

PerigeeRefittedTrackState.h
Go to the documentation of this file.
1 #ifndef PerigeeRefittedTrackState_H
2 #define PerigeeRefittedTrackState_H
3 
7 
15 class Surface;
16 class Propagator;
17 
19 
20 public:
21 
23 
25  const AlgebraicVector3 & aMomentumAtVertex,
26  const double aWeight = 1.) :
27  theState(tscp), momentumAtVertex(aMomentumAtVertex), theWeight(aWeight) {}
28 
30 
36  {return theState.theState();}
37 
42  const Surface & surface) const override;
43 
49  const Surface & surface, const Propagator & propagator) const override;
50 
57  AlgebraicVector5 parameters() const override
58  {return theState.perigeeParameters().vector();}
59 
66 
71  GlobalPoint position() const override
72  {return theState.referencePoint();}
73 
79  AlgebraicVector3 momentumVector() const override;
80 
84  double weight() const override {return theWeight;}
85 
91  (const double newWeight) const override;
92 
93  std::vector<ReferenceCountingPointer<RefittedTrackState<5> > > components() const override;
94 
95  reco::TransientTrack transientTrack() const override;
96 
97 private:
98 
101  double theWeight;
102 };
103 #endif
const AlgebraicVector5 & vector() const
TrajectoryStateOnSurface trajectoryStateOnSurface(const Surface &surface) const override
double weight() const override
AlgebraicVector3 momentumVector() const override
const PerigeeTrajectoryError & perigeeError() const
const FreeTrajectoryState & theState() const
FreeTrajectoryState freeTrajectoryState() const override
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
ReferenceCountingPointer< RefittedTrackState< 5 > > stateWithNewWeight(const double newWeight) const override
std::vector< ReferenceCountingPointer< RefittedTrackState< 5 > > > components() const override
ReferenceCountingPointer< RefittedTrackState< 5 > > RefCountedRefittedTrackState
const PerigeeTrajectoryParameters & perigeeParameters() const
ROOT::Math::SVector< double, 3 > AlgebraicVector3
PerigeeRefittedTrackState(const TrajectoryStateClosestToPoint &tscp, const AlgebraicVector3 &aMomentumAtVertex, const double aWeight=1.)
const AlgebraicSymMatrix55 & covarianceMatrix() const
TrajectoryStateClosestToPoint theState
ROOT::Math::SVector< double, 5 > AlgebraicVector5
const GlobalPoint & referencePoint() const
AlgebraicSymMatrix55 covariance() const override
reco::TransientTrack transientTrack() const override
AlgebraicVector5 parameters() const override
GlobalPoint position() const override