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