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