1 #ifndef DataFormats_GEMRecHit_H 2 #define DataFormats_GEMRecHit_H 69 std::vector<const TrackingRecHit*>
recHits()
const override;
74 std::vector<TrackingRecHit*>
recHits()
override;
bool operator==(const GEMRecHit &hit) const
Comparison operator, based on the gemId and the digi time.
LocalPoint localPosition() const override
Return the 3-dimensional local position.
void setError(LocalError err)
Set local position error.
LocalPoint theLocalPosition
GEMRecHit()
Default constructor.
~GEMRecHit() override
Destructor.
LocalError localPositionError() const override
Return the 3-dimensional error on the local position.
std::vector< const TrackingRecHit * > recHits() const override
GEMRecHit * clone() const override
int firstClusterStrip() const
std::ostream & operator<<(std::ostream &os, const GEMRecHit &hit)
The ostream operator.
void setPositionAndError(LocalPoint pos, LocalError err)
Set the local position and its error.
void setPosition(LocalPoint pos)
Set local position.
GloballyPositioned< float >::LocalPoint LocalPoint
GEMDetId gemId() const
Return the gemId.