13 : theLinPoint(linP), theTrack(track), theTSOS(tsos),
20 ltComp.reserve(tsosComp.size());
21 for (vector<TrajectoryStateOnSurface>::iterator it = tsosComp.begin();
22 it != tsosComp.end(); it++) {
127 if (otherP ==
nullptr) {
128 throw VertexException(
"PerigeeMultiLTS: don't know how to compare myself to non-perigee track state");
158 vertexPosition(0) = theRefittedState->position().x();
159 vertexPosition(1) = theRefittedState->position().y();
160 vertexPosition(2) = theRefittedState->position().z();
164 if (param(2) >
M_PI) param(2)-= 2*
M_PI;
165 if (param(2) < -
M_PI) param(2)+= 2*
M_PI;
TrajectoryStateClosestToPoint trajectoryStateClosestToPoint(const AlgebraicVector3 &momentum, const GlobalPoint &referencePoint, const TrackCharge &charge, const AlgebraicSymMatrix66 &theCovarianceMatrix, const MagneticField *field)
AlgebraicVectorN predictedStateParameters() const override
reco::TransientTrack theTrack
AlgebraicVectorM predictedStateMomentumParameters() const override
bool collapsedStateAvailable
ROOT::Math::SVector< double, N > AlgebraicVectorN
const AlgebraicVectorN & parametersFromExpansion() const override
const TrajectoryStateClosestToPoint & predictedState() const
AlgebraicSymMatrixNN predictedStateWeight(int &error) const override
const MagneticField * field() const
ROOT::Math::SMatrix< double, 5, 5, ROOT::Math::MatRepSym< double, 5 > > AlgebraicSymMatrix55
const TrajectoryStateOnSurface theTSOS
const AlgebraicMatrixN3 & positionJacobian() const override
AlgebraicSymMatrixNN predictedStateError() const override
TrackCharge charge() const override
ROOT::Math::SMatrix< double, 5, 3, ROOT::Math::MatRepStd< double, 5, 3 > > AlgebraicMatrix53
void checkParameters(AlgebraicVector5 ¶meters) const override
ROOT::Math::SMatrix< double, 3, 3, ROOT::Math::MatRepSym< double, 3 > > AlgebraicSymMatrix33
const TrajectoryStateClosestToPoint & predictedState() const
ROOT::Math::SVector< double, 3 > AlgebraicVector3
ROOT::Math::SVector< double, N-2 > AlgebraicVectorM
LinearizedTrackStateFactory theLTSfactory
void prepareCollapsedState() const
ReferenceCountingPointer< RefittedTrackState< N > > RefCountedRefittedTrackState
const AlgebraicMatrixNM & momentumJacobian() const override
AlgebraicVector5 refittedParamFromEquation(const RefCountedRefittedTrackState &theRefittedState) const override
AlgebraicSymMatrixMM predictedStateMomentumError() const override
RefCountedLinearizedTrackState linearizedTrackState(const GlobalPoint &linP, const reco::TransientTrack &track) const override
ROOT::Math::SVector< double, 5 > AlgebraicVector5
ROOT::Math::SMatrix< double, N+1, N+1, ROOT::Math::MatRepSym< double, N+1 > > AlgebraicSymMatrixOO
bool hasError() const override
RefCountedRefittedTrackState createRefittedTrackState(const GlobalPoint &vertexPosition, const AlgebraicVectorM &vectorParameters, const AlgebraicSymMatrixOO &covarianceMatrix) const override
RefCountedLinearizedTrackState stateWithNewLinearizationPoint(const GlobalPoint &newLP) const override
PerigeeMultiLTS(const GlobalPoint &linP, const reco::TransientTrack &track, const TrajectoryStateOnSurface &tsos)
RefCountedLinearizedTrackState collapsedStateLT
reco::TransientTrack track() const override
ReferenceCountingPointer< LinearizedTrackState< 5 > > RefCountedLinearizedTrackState
Components const & components() const
const AlgebraicVectorN & constantTerm() const override
std::vector< RefCountedLinearizedTrackState > ltComp
bool operator==(LinearizedTrackState< 5 > &other) const override