6 #include "GaudiKernel/MsgStream.h"
13 sl <<
"PixelClusterCollection: "
14 <<
"identify()="<< coll.identify()
17 PixelClusterCollection::const_iterator
it = coll.begin();
18 PixelClusterCollection::const_iterator itEnd = coll.end();
19 for (;
it!=itEnd;++
it) sl<< (**
it)<<
", ";
26 sl <<
"PixelClusterCollection: "
27 <<
"identify()="<< coll.identify()
30 PixelClusterCollection::const_iterator
it = coll.begin();
31 PixelClusterCollection::const_iterator itEnd = coll.end();
32 for (;
it!=itEnd;++
it) sl<< (**
it)<<
", ";