1 #ifndef GEMRecHit_GEMSegment_h 2 #define GEMRecHit_GEMSegment_h 25 GEMSegment(
const std::vector<const GEMRecHit*>& proto_segment,
31 GEMSegment(
const std::vector<const GEMRecHit*>& proto_segment,
38 GEMSegment(
const std::vector<const GEMRecHit*>& proto_segment,
67 std::vector<const TrackingRecHit*>
recHits()
const override;
69 std::vector<TrackingRecHit*>
recHits()
override;
LocalError localPositionError() const override
AlgebraicMatrix projectionMatrix() const override
The projection matrix relates the trajectory state parameters to the segment parameters().
LocalPoint localPosition() const override
LocalVector localDirection() const override
Local direction.
LocalError localDirectionError() const override
Error on the local direction.
std::ostream & operator<<(std::ostream &os, const GEMSegment &seg)
int degreesOfFreedom() const override
Degrees of freedom of the segment fit.
~GEMSegment() override
Destructor.
LocalVector theLocalDirection
CLHEP::HepMatrix AlgebraicMatrix
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
GEMSegment * clone() const override
std::vector< const TrackingRecHit * > recHits() const override
Access to component RecHits (if any)
AlgebraicSymMatrix parametersError() const override
Covariance matrix of parameters()
int dimension() const override
Dimension (in parameter space)
CLHEP::HepVector AlgebraicVector
DetId geographicalId() const
GEMDetId gemDetId() const
GEMSegment()
Default constructor.
CLHEP::HepSymMatrix AlgebraicSymMatrix
AlgebraicSymMatrix theCovMatrix
std::vector< GEMRecHit > theGEMRecHits
double chi2() const override
Chi2 of the segment fit.