27 PHG4HitContainer *phc = findNode::getClass<PHG4HitContainer>(topNode,
"PHG4Hit");
30 cout <<
"No PHG4Hit found" << endl;
34 std::pair<PHG4HitContainer::ConstIterator,PHG4HitContainer::ConstIterator> hititer = phc->
getHits(1);
36 begin = hititer.first;
38 for (it=begin; it != end; ++it)
40 cout <<
"key: 0x" << hex << it->first << dec << endl;
41 cout <<
"x: " << it->second->get_x(0) << endl;
43 cout <<
"detid: 2" << endl;
45 begin = hititer.first;
47 for (it=begin; it != end; ++it)
49 cout <<
"key: 0x" << hex << it->first << dec << endl;
50 cout <<
"x: " << it->second->get_x(0) << endl;
52 cout <<
"detid: 3" << endl;
54 begin = hititer.first;
56 for (it=begin; it != end; ++it)
58 cout <<
"key: 0x" << hex << it->first << dec << endl;
59 cout <<
"x: " << it->second->get_x(0) << endl;
Map::const_iterator ConstIterator
void identify(std::ostream &os=std::cout) const
ConstRange getHits(const unsigned int detid) const
return all hits matching a given detid
int process_event(PHCompositeNode *topNode)
PHG4HitReadBack(const std::string &name="PHG4HITREADBACK")
int InitRun(PHCompositeNode *topNode)