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