28 :
RecHit2DLocalPos(gemId), theGEMId(gemId), theBx(
bx), theFirstStrip(99), theClusterSize(99), theLocalPosition(
pos) {
29 float stripResolution = 3.0;
41 theLocalPosition(
pos),
50 theFirstStrip(firstStrip),
51 theClusterSize(clustSize),
52 theLocalPosition(
pos),
63 std::vector<const TrackingRecHit*> nullvector;
70 std::vector<TrackingRecHit*> nullvector;
79 os <<
"pos: " <<
hit.localPosition().
x();
80 os <<
" +/- " <<
sqrt(
hit.localPositionError().xx());
bool operator==(const GEMRecHit &hit) const
Comparison operator, based on the gemId and the digi time.
GEMRecHit()
Default constructor.
~GEMRecHit() override
Destructor.
GEMRecHit * clone() const override
DetId geographicalId() const
std::vector< const TrackingRecHit * > recHits() const override
GloballyPositioned< float >::LocalPoint LocalPoint
std::ostream & operator<<(std::ostream &os, const GEMRecHit &hit)
The ostream operator.