![]() |
PandaRoot
|
#include <PndSdsIdealPixelClusterFinder.h>
Public Member Functions | |
PndSdsIdealPixelClusterFinder () | |
virtual | ~PndSdsIdealPixelClusterFinder () |
std::vector< std::vector< Int_t > > | GetClusters (std::vector< PndSdsDigiPixel > hits) |
Int_t | MoveHit (std::vector< Int_t > *hitVector, Int_t index) const |
bool | IsInRange (PndSdsDigiPixel hit1, PndSdsDigiPixel hit2) const |
![]() | |
PndSdsPixelClusterFinder () | |
PndSdsPixelClusterFinder (PndSdsPixelClusterFinder &other) | |
PndSdsPixelClusterFinder & | operator= (PndSdsPixelClusterFinder &other) |
virtual | ~PndSdsPixelClusterFinder () |
void | Print () |
void | Print (std::vector< PndSdsDigiPixel > hits) |
void | PrintResult (std::vector< std::vector< Int_t >> clusters) |
void | SetVerbose (Int_t level) |
ClassDef (PndSdsPixelClusterFinder, 2) | |
Additional Inherited Members | |
![]() | |
std::vector< PndSdsDigiPixel > | fHits |
Int_t | fVerbose |
PndSdsChargeConversion * | fChargeConverter |
PndSdsIdealPixelClusterFinder.h Ideal cluster finder using MCtruth information.
Definition at line 11 of file PndSdsIdealPixelClusterFinder.h.
|
inline |
Definition at line 13 of file PndSdsIdealPixelClusterFinder.h.
|
inlinevirtual |
Definition at line 18 of file PndSdsIdealPixelClusterFinder.h.
References GetClusters(), IsInRange(), and MoveHit().
|
virtual |
Implements PndSdsPixelClusterFinder.
Referenced by ~PndSdsIdealPixelClusterFinder().
bool PndSdsIdealPixelClusterFinder::IsInRange | ( | PndSdsDigiPixel | hit1, |
PndSdsDigiPixel | hit2 | ||
) | const |
Referenced by ~PndSdsIdealPixelClusterFinder().
Int_t PndSdsIdealPixelClusterFinder::MoveHit | ( | std::vector< Int_t > * | hitVector, |
Int_t | index | ||
) | const |
Referenced by ~PndSdsIdealPixelClusterFinder().