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