1 #ifndef GEMRecHit_GEMSegment_h 2 #define GEMRecHit_GEMSegment_h 57 std::vector<const TrackingRecHit*>
recHits()
const override;
59 std::vector<TrackingRecHit*>
recHits()
override;
LocalError localPositionError() const override
GEMDetId gemDetId() const
LocalVector localDirection() const override
Local direction.
std::ostream & operator<<(std::ostream &os, const GEMSegment &seg)
AlgebraicSymMatrix parametersError() const override
Covariance matrix of parameters()
~GEMSegment() override
Destructor.
LocalVector theLocalDirection
int degreesOfFreedom() const override
Degrees of freedom of the segment fit.
CLHEP::HepMatrix AlgebraicMatrix
AlgebraicMatrix projectionMatrix() const override
The projection matrix relates the trajectory state parameters to the segment parameters().
double chi2() const override
Chi2 of the segment fit.
LocalPoint localPosition() const override
CLHEP::HepVector AlgebraicVector
int dimension() const override
Dimension (in parameter space)
GEMSegment()
Default constructor.
GEMSegment * clone() const override
LocalError localDirectionError() const override
Error on the local direction.
CLHEP::HepSymMatrix AlgebraicSymMatrix
AlgebraicVector parameters() const override
Parameters of the segment, for the track fit in the order (dx/dz, dy/dz, x, y )
const std::vector< GEMRecHit > & specificRecHits() const
DetId geographicalId() const
std::vector< const TrackingRecHit * > recHits() const override
Access to component RecHits (if any)
AlgebraicSymMatrix theCovMatrix
std::vector< GEMRecHit > theGEMRecHits