FairRoot/PandaRoot
PndSdsIdealPixelClusterFinder.h
Go to the documentation of this file.
1 #ifndef PNDSDSIDEALPIXELCLUSTERFINDER_H
2 #define PNDSDSIDEALPIXELCLUSTERFINDER_H
3 
5 #include "PndSdsDigiPixel.h"
6 #include "TClonesArray.h"
7 #include <vector>
10 
12  {
14  // PndSdsIdealPixelClusterFinder(std::vector<PndSdsDigiPixel> hits):
15  // PndSdsPixelClusterFinder(hits){
16  // if(fVerbose>0) std::cout << "Hits in array: " << fHits.size() << std::endl;
17  // };
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;
21  bool IsInRange(PndSdsDigiPixel hit1, PndSdsDigiPixel hit2) const;
22 
23  };
24 #endif
bool IsInRange(PndSdsDigiPixel hit1, PndSdsDigiPixel hit2) const
Int_t MoveHit(std::vector< Int_t > *hitVector, Int_t index) const
std::vector< std::vector< Int_t > > GetClusters(std::vector< PndSdsDigiPixel > hits)
Base class for cluster finding algorithms.
Data class to store the digi output of a pixel module.
CbmHit * hits[nHits]
Definition: RiemannTest.C:19