1 #ifndef DataFormats_RPCRecHit_H
2 #define DataFormats_RPCRecHit_H
46 std::vector<const TrackingRecHit*>
recHits()
const override;
50 std::vector<TrackingRecHit*>
recHits()
override;
int firstClusterStrip() const
bool operator==(const RPCRecHit &hit) const
Comparison operator, based on the rpcId and the digi time.
LocalPoint localPosition() const override
Return the 3-dimensional local position.
LocalPoint theLocalPosition
std::ostream & operator<<(std::ostream &out, const ALILine &li)
RPCRecHit * clone() const override
std::vector< const TrackingRecHit * > recHits() const override
void setPosition(LocalPoint pos)
Set local position.
RPCDetId rpcId() const
Return the rpcId.
~RPCRecHit() override
Destructor.
void setTimeAndError(float time, float err)
Set the time and its error.
RPCRecHit()
Default constructor.
LocalError localPositionError() const override
Return the 3-dimensional error on the local position.
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.