1 #ifndef Alignment_ReferenceTrajectories_ReferenceTrajectoryBase_H 2 #define Alignment_ReferenceTrajectories_ReferenceTrajectoryBase_H 101 #include "GblTrajectory.h" 223 unsigned int nVirtualPar,
unsigned int nVirtualMeas);
255 std::vector<std::pair<std::vector<gbl::GblPoint>, Eigen::MatrixXd> >
theGblInput;
265 #endif // REFERENCE_TRAJECTORY_BASE_H const Eigen::VectorXd & gblExtMeasurements() const
ReferenceCountingPointer< ReferenceTrajectoryBase > ReferenceTrajectoryPtr
AlgebraicMatrix theInnerTrajectoryToCurvilinear
unsigned int numberOfHits() const
AlgebraicMatrix theInnerLocalToTrajectory
AlgebraicMatrix theDerivatives
unsigned int theNumberOfVirtualPars
ReferenceTrajectoryBase(unsigned int nPar, unsigned int nHits, unsigned int nVirtualPar, unsigned int nVirtualMeas)
void setParameterErrors(const AlgebraicSymMatrix &error)
const AlgebraicMatrix & trajectoryToCurv() const
unsigned int numberOfHitMeas() const
const TransientTrackingRecHit::ConstRecHitContainer & recHits() const
unsigned int theNumberOfVirtualMeas
unsigned int numberOfVirtualPar() const
MaterialEffects materialEffects
AlgebraicVector theParameters
AlgebraicVector theMeasurements
Config(MaterialEffects matEff, PropagationDirection direction, double m=-std::numeric_limits< double >::infinity(), double est=-std::numeric_limits< double >::infinity())
Eigen::VectorXd theGblExtPrecisions
const AlgebraicSymMatrix & measurementErrors() const
const AlgebraicSymMatrix & trajectoryPositionErrors() const
AlgebraicSymMatrix theTrajectoryPositionCov
std::vector< std::pair< std::vector< gbl::GblPoint >, Eigen::MatrixXd > > theGblInput
const AlgebraicMatrix & derivatives() const
~ReferenceTrajectoryBase() override
const AlgebraicSymMatrix & parameterErrors() const
CLHEP::HepMatrix AlgebraicMatrix
std::shared_ptr< TrackingRecHit const > ConstRecHitPointer
PropagationDirection propDir
unsigned int theNumberOfHits
AlgebraicVector theTrajectoryPositions
bool constructTsosWithErrors
TransientTrackingRecHit::ConstRecHitContainer theRecHits
std::vector< ConstRecHitPointer > ConstRecHitContainer
const AlgebraicMatrix & localToTrajectory() const
AlgebraicSymMatrix theMeasurementsCov
unsigned int numberOfUsedRecHits(const TransientTrackingRecHit::ConstRecHitContainer &recHits) const
const AlgebraicVector & parameters() const
CLHEP::HepVector AlgebraicVector
unsigned int numberOfPar() const
virtual ReferenceTrajectoryBase * clone() const =0
static unsigned int nMeasPerHit
Eigen::MatrixXd theGblExtDerivatives
AlgebraicSymMatrix theParameterCov
std::vector< std::pair< std::vector< gbl::GblPoint >, Eigen::MatrixXd > > & gblInput()
Eigen::VectorXd theGblExtMeasurements
unsigned int numberOfVirtualMeas() const
const AlgebraicVector & measurements() const
CLHEP::HepSymMatrix AlgebraicSymMatrix
std::vector< TrajectoryStateOnSurface > theTsosVec
bool parameterErrorsAvailable() const
const AlgebraicVector & trajectoryPositions() const
unsigned int theNumberOfPars
bool useRecHit(const TransientTrackingRecHit::ConstRecHitPointer &hitPtr) const
const Eigen::VectorXd & gblExtPrecisions() const
const Eigen::MatrixXd & gblExtDerivatives() const
const std::vector< TrajectoryStateOnSurface > & trajectoryStates() const