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 }
FTLTrackingRecHit::sharesInput
bool sharesInput(const TrackingRecHit *other, SharedInputType what) const override
Definition: FTLTrackingRecHit.h:31
TrackingRecHit::SharedInputType
SharedInputType
definition of equality via shared input
Definition: TrackingRecHit.h:59
FTLTrackingRecHit
Basic template class for a RecHit wrapping a Ref to an object.
Definition: FTLTrackingRecHit.h:10
trackingPlots.other
other
Definition: trackingPlots.py:1467
FTLTrackingRecHit.h
TrackingRecHit
Definition: TrackingRecHit.h:21