1 #ifndef PNDSDSIDEALPIXELCLUSTERFINDER_H     2 #define PNDSDSIDEALPIXELCLUSTERFINDER_H     6 #include "TClonesArray.h"    19   std::vector<std::vector<Int_t>> 
GetClusters(std::vector<PndSdsDigiPixel> hits);
    20   Int_t 
MoveHit(std::vector<Int_t> *hitVector, Int_t index) 
const;
 Int_t MoveHit(std::vector< Int_t > *hitVector, Int_t index) const
bool IsInRange(PndSdsDigiPixel hit1, PndSdsDigiPixel hit2) const
PndSdsIdealPixelClusterFinder()
Base class for cluster finding algorithms. 
std::vector< std::vector< Int_t > > GetClusters(std::vector< PndSdsDigiPixel > hits)
virtual ~PndSdsIdealPixelClusterFinder()
Data class to store the digi output of a pixel module.