35 for (titer = trange.first; titer != trange.second; ++titer)
37 if (titer->first < imax)
42 cout <<
"min index: " << imax << endl;
43 std::pair< std::map<int,int>::const_iterator, std::map<int,int>::const_iterator > embtrk_b_e = truthcont->
GetEmbeddedTrkIds();
44 std::map<int,int>::const_iterator embiter;
45 for (embiter = embtrk_b_e.first; embiter != embtrk_b_e.second; ++embiter)
47 cout <<
"embedded trkid: " << embiter->first << endl;
49 PHG4HitContainer *ghit = findNode::getClass<PHG4HitContainer>(topNode,
"G4HIT_CEMC_E");
55 for (hit = hit_begin_end.first; hit != hit_begin_end.second; ++hit)
58 int trkid = hit->second->get_trkid();
63 cout <<
"could not locate geant particle " << trkid <<
" in G4HIT_CEMC_E" << endl;
71 if (printpart.find(primary_id) == printpart.end())
73 cout <<
"primary id " << primary_id <<
" is embedded" << endl;
74 printpart.insert(primary_id);
82 ghit = findNode::getClass<PHG4HitContainer>(topNode,
"G4HIT_SVTX");
87 for (hit = hit_begin_end.first; hit != hit_begin_end.second; ++hit)
89 int trkid = hit->second->get_trkid();
93 cout <<
"could not locate geant particle " << trkid <<
" in G4HIT_SVTX" << endl;
int InitRun(PHCompositeNode *)
init
int process_event(PHCompositeNode *)
event processing
PHG4ConsistencyCheck(const std::string &name="CONSISTENCYCHECK")
Map::const_iterator ConstIterator
ConstRange getHits(const unsigned int detid) const
return all hits matching a given detid
std::pair< ConstIterator, ConstIterator > ConstRange
virtual int get_primary_id() const
void identify(std::ostream &os=std::cout) const
Range GetParticleRange()
Get a range of iterators covering the entire container.
int isEmbeded(const int trackid) const
std::pair< ConstIterator, ConstIterator > ConstRange
Map::const_iterator ConstIterator
std::pair< std::map< int, int >::const_iterator, std::map< int, int >::const_iterator > GetEmbeddedTrkIds() const
PHG4Particle * GetParticle(const int particleid)