CMS 3D CMS Logo

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