306{
307 RecEmcHitMap::const_iterator pHitMap;
308
309 cout<<"EMC Cluster: ";
310
311 cout<<"Cluster Id= ";
313
314 for(pHitMap=aCluster.
Begin();
315 pHitMap!=aCluster.
End();
316 pHitMap++)
317 {
318 os<< (pHitMap->second);
319 }
320
322 cout<<
"Contains "<<aCluster.
getSeedSize()<<
" Seeds:"<<endl;
323 RecEmcHitMap::const_iterator pSeedMap;
326 pSeedMap++)
327 {
328 os<< (pSeedMap->second);
329 }
330 }
331
334 vector<RecEmcID>::iterator iShowerId;
335 os<<
"Contains "<<aCluster.
getShowerSize()<<
" Showers:"<<endl;
336 for(iShowerId=aShowerIdVec.begin();
337 iShowerId!=aShowerIdVec.end();
338 iShowerId++) {
339 os << *iShowerId <<endl;
340 }
341 }
342
343 return os;
344}
RecEmcID getClusterId() const
RecEmcHitMap::const_iterator EndSeed() const
RecEmcHitMap::const_iterator BeginSeed() const
RecEmcHitMap::const_iterator Begin() const
RecEmcHitMap::const_iterator End() const
vector< RecEmcID > getShowerIdVec() const
int getShowerSize() const