12 :
RecHit2DLocalPos(me0Id), theME0Id(me0Id), theTOF(tof), theLocalPosition(), theLocalError() {}
17 :
RecHit2DLocalPos(me0Id), theME0Id(me0Id), theTOF(tof), theLocalPosition(
pos), theLocalError() {}
31 std::vector<const TrackingRecHit*> nullvector;
37 std::vector<TrackingRecHit*> nullvector;
46 os <<
"pos: x = " <<
hit.localPosition().
x();
47 os <<
" +/- " <<
sqrt(
hit.localPositionError().xx()) <<
" cm";
48 os <<
" y = " <<
hit.localPosition().
y();
49 os <<
" +/- " <<
sqrt(
hit.localPositionError().yy()) <<
" cm";
bool operator==(const ME0RecHit &hit) const
Comparison operator, based on the gemId and the digi time.
ME0RecHit()
Default constructor.
~ME0RecHit() override
Destructor.
ME0RecHit * clone() const override
DetId geographicalId() const
GloballyPositioned< float >::LocalPoint LocalPoint
std::ostream & operator<<(std::ostream &os, const ME0RecHit &hit)
The ostream operator.
std::vector< const TrackingRecHit * > recHits() const override