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";