27 const SQHit *hit = iter->second;
37 const SQHit *hit = iter->second;
48 for (
Iter iter = _map.begin();
51 SQHit *hit = iter->second;
58 os <<
"SQHitMap_v1: size = " << _map.size() << endl;
64 if (iter == _map.end())
return NULL;
69 Iter iter = _map.find(
id);
70 if (iter == _map.end())
return NULL;
76 _map.insert(make_pair( index , hit->
Clone() ));
ClassImp(SQHitMap_v1) SQHitMap_v1
SQHit * insert(const SQHit *hit)
const SQHit * get(unsigned int idkey) const
void identify(std::ostream &os=std::cout) const
SQHitMap_v1 & operator=(const SQHitMap_v1 &hitmap)
std::map< unsigned int, SQHit * >::iterator Iter
std::map< unsigned int, SQHit * >::const_iterator ConstIter
An SQ interface class to hold one detector hit.
virtual int get_hit_id() const
Return the ID of this hit.
virtual SQHit * Clone() const