27 const SQSpill *spill = iter->second;
37 const SQSpill *spill = iter->second;
48 for (
Iter iter = _map.begin();
58 os <<
"SQSpillMap_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 , spill->
Clone() ));
ClassImp(SQSpillMap_v1) SQSpillMap_v1
void identify(std::ostream &os=std::cout) const
ConstIter end() const
Return the const end iterator.
const SQSpill * get(unsigned int idkey) const
Return the SQSpill entry having spill ID = 'idkey'. Return '0' if no entry exists.
ConstIter begin() const
Return the const begin iterator.
SQSpill * insert(const SQSpill *hit)
Insert the given SQSpill object.
SQSpillMap_v1 & operator=(const SQSpillMap_v1 &hitmap)
std::map< unsigned int, SQSpill * >::const_iterator ConstIter
std::map< unsigned int, SQSpill * >::iterator Iter
An SQ interface class to hold the data of one spill.
virtual int get_spill_id() const
Return the spill ID.
virtual SQSpill * Clone() const