1 #ifndef RECOTRACKER_TRANSIENTRACKINGRECHIT_TRecHit1DMomConstraint_H 2 #define RECOTRACKER_TRANSIENTRACKINGRECHIT_TRecHit1DMomConstraint_H 30 theProjectionMatrix[0][0] = 1;
46 std::vector<const TrackingRecHit*>
recHits()
const override {
return std::vector<const TrackingRecHit*>(); }
47 std::vector<TrackingRecHit*>
recHits()
override {
return std::vector<TrackingRecHit*>(); }
82 charge_(charge),mom_(mom),err_(err),surface_(surface) {}
85 charge_( other.
charge() ), mom_( other.
mom() ),err_( other.
err() ), surface_((other.
surface())) {}
SharedInputType
definition of equality via shared input
Point3DBase< Scalar, LocalTag > LocalPoint
std::vector< TrackingRecHit * > recHits() override
Non-const access to component RecHits (if any)
AlgebraicMatrix projectionMatrix() const override
TRecHit1DMomConstraint(const int charge, const double mom, const double err, const Surface *surface)
Creates the TrackingRecHit internally, avoids redundent cloning.
GlobalPoint globalPosition() const override
TRecHit1DMomConstraint * clone() const override
Global3DPoint GlobalPoint
TRecHit1DMomConstraint(const TRecHit1DMomConstraint &other)
GlobalErrorBase< double, ErrorMatrixTag > GlobalError
bool canImproveWithTrack() const override
static const AlgebraicMatrix theProjectionMatrix
const Surface * surface() const override
GlobalError globalPositionError() const override
AlgebraicVector parameters() const override
CLHEP::HepMatrix AlgebraicMatrix
TrackingRecHit * cloneHit() const override
bool sharesInput(const TrackingRecHit *, SharedInputType) const override
std::vector< const TrackingRecHit * > recHits() const override
Access to component RecHits (if any)
const GeomDetUnit * detUnit() const override
~TRecHit1DMomConstraint() override
const TrackingRecHit * hit() const override
std::shared_ptr< TrackingRecHit const > RecHitPointer
CLHEP::HepVector AlgebraicVector
int dimension() const override
LocalPoint localPosition() const override
AlgebraicSymMatrix parametersError() const override
float errorGlobalR() const override
float errorGlobalZ() const override
CLHEP::HepSymMatrix AlgebraicSymMatrix
LocalError localPositionError() const override
virtual RecHitPointer clone(const TrajectoryStateOnSurface &ts) const
static RecHitPointer build(const int charge, const double mom, const double err, const Surface *surface)
float errorGlobalRPhi() const override