1 #ifndef PHG4HITCONTAINER_H__
2 #define PHG4HITCONTAINER_H__
16 typedef std::map<PHG4HitDefs::keytype, PHG4Hit *>
Map;
19 typedef std::pair<Iterator, Iterator>
Range;
20 typedef std::pair<ConstIterator, ConstIterator>
ConstRange;
21 typedef std::set<unsigned int>::const_iterator
LayerIter;
30 void identify(std::ostream& os = std::cout)
const;
52 unsigned int size(
void )
const
58 void AddLayer(
const unsigned int ilayer);
PHG4HitDefs::keytype getmaxkey(const unsigned int detid)
virtual ~PHG4HitContainer()
void SetID(int i)
container ID should follow definition of PHG4HitDefs::get_volume_id(DST nodename)
Map::const_iterator ConstIterator
unsigned int size(void) const
unsigned int num_layers(void) const
ConstIterator AddHit(PHG4Hit *newhit)
std::set< unsigned int >::const_iterator LayerIter
std::pair< Iterator, Iterator > Range
PHG4Hit * findHit(PHG4HitDefs::keytype key)
void registerHitOnLayer(const PHG4Hit *hit)
Iterator findOrAddHit(PHG4HitDefs::keytype key)
std::pair< LayerIter, LayerIter > getLayers() const
void identify(std::ostream &os=std::cout) const
std::pair< ConstIterator, ConstIterator > ConstRange
void AddLayer(const unsigned int ilayer)
std::map< unsigned int, PHG4HitDefs::keytype > layerMaxID
PHG4HitDefs::keytype genkey(const unsigned int detid)
std::set< unsigned int > layers
std::map< PHG4HitDefs::keytype, PHG4Hit * > Map
ConstRange getHits(void) const
return all hist