1 #ifndef PNDMVDTOPIXCLUSTERFINDER_H
2 #define PNDMVDTOPIXCLUSTERFINDER_H
33 std::vector< std::vector< Int_t> >
GetClusters(std::vector<PndSdsDigiTopix4>&
hits);
46 Int_t
MoveHit(std::vector<Int_t>* hitVector, Int_t index)
const;
virtual void SetRadius(Double_t rad)
PndMvdTopixClusterFinder(int maxrows, int maxcols, double radius)
Int_t MoveHit(std::vector< Int_t > *hitVector, Int_t index) const
virtual ~PndMvdTopixClusterFinder()
PndMvdTopixClusterFinder()
virtual void SetMaxRows(Int_t row)
std::vector< std::vector< Int_t > > GetClusters(std::vector< PndSdsDigiTopix4 > &hits)
virtual void SetMaxCols(Int_t col)
bool IsInRange(PndSdsDigiPixel *hit1, PndSdsDigiPixel *hit2) const
Data class to store the digi output of a pixel module.