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