242 {
243 RecEmcHitMap::const_iterator pHitMap;
244
245 cout << "EMC Cluster: ";
246
247 cout << "Cluster Id= ";
249
250 for ( pHitMap = aCluster.
Begin(); pHitMap != aCluster.
End(); pHitMap++ )
251 { os << ( pHitMap->second ); }
252
254 {
255 cout <<
"Contains " << aCluster.
getSeedSize() <<
" Seeds:" << endl;
256 RecEmcHitMap::const_iterator pSeedMap;
257 for ( pSeedMap = aCluster.
BeginSeed(); pSeedMap != aCluster.
EndSeed(); pSeedMap++ )
258 { os << ( pSeedMap->second ); }
259 }
260
262 {
264 vector<RecEmcID>::iterator iShowerId;
265 os <<
"Contains " << aCluster.
getShowerSize() <<
" Showers:" << endl;
266 for ( iShowerId = aShowerIdVec.begin(); iShowerId != aShowerIdVec.end(); iShowerId++ )
267 { os << *iShowerId << endl; }
268 }
269
270 return os;
271}
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