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