CMS 3D CMS Logo

FTLTrackingRecHit.cc
Go to the documentation of this file.
2 
3 template <>
5  if (typeid(*other) == typeid(FTLTrackingRecHit<FTLRecHitRef>)) {
6  return objRef() == (static_cast<const FTLTrackingRecHit<FTLRecHitRef>*>(other))->objRef();
7  } else {
8  return false;
9  }
10 }
SharedInputType
definition of equality via shared input
bool sharesInput(const TrackingRecHit *other, SharedInputType what) const override
Basic template class for a RecHit wrapping a Ref to an object.