9 const std::vector<std::pair<const TrackingRecHit*, float> >& aHitMap,
12 for (
std::vector<std::pair<const TrackingRecHit*, float> >::const_iterator ihit = aHitMap.begin();
13 ihit != aHitMap.end();
24 vector<const TrackingRecHit*> otherhits =
other->recHits();
28 for (vector<const TrackingRecHit*>::iterator otherhit = otherhits.begin(); otherhit != otherhits.end();
32 if ((
hit)->sharesInput(*otherhit,
all)) {
44 if (!otherhits.empty()) {
45 for (vector<const TrackingRecHit*>::iterator otherhit = otherhits.begin(); otherhit != otherhits.end();
47 if ((
hit)->sharesInput(*otherhit,
some))
60 vector<const TrackingRecHit*> myhits;
62 myhits.push_back(&*ihit);
71 int randomComponent = 0;