14         std::cout << 
"--------------" << std::endl;
 
   15         for (UInt_t 
i = 0; 
i < hits.size(); 
i++){
 
   16                 std::cout << hits[
i] << std::endl;
 
   27         for (UInt_t 
i = 0; 
i < clusters.size(); 
i++){
 
   28                 std::cout << 
"PndSdsPixelClusterFinder::PrintResult(): Cluster " << 
i << 
": " << std::endl;
 
   29                 for (UInt_t j = 0; j < clusters[
i].size();j++)
 
void PrintResult(std::vector< std::vector< Int_t > > clusters)
Base class for cluster finding algorithms. 
std::vector< PndSdsDigiPixel > fHits
ClassImp(PndSdsPixelClusterFinder)