![]() |
PandaRoot
|
#include <PndSdsSimpleStripClusterFinder.h>
Public Member Functions | |
PndSdsSimpleStripClusterFinder (Int_t DigiType) | |
PndSdsSimpleStripClusterFinder (Int_t DigiType, Int_t rad) | |
~PndSdsSimpleStripClusterFinder () | |
std::vector< PndSdsClusterStrip * > | SearchClusters () |
void | SetSearchRadius (Int_t rad=0) |
![]() | |
PndSdsStripClusterer (Int_t DigiType) | |
virtual | ~PndSdsStripClusterer () |
void | Reinit () |
void | AddDigi (Int_t sensorID, SensorSide side, Int_t timestamp, Int_t strip, Int_t iDigi) |
void | ClearDigis () |
std::vector< PndSdsClusterStrip * > | GetClusters () const |
PndSdsClusterStrip * | GetCluster (Int_t i) |
PndSdsClusterStrip * | GetTopCluster (Int_t i) |
PndSdsClusterStrip * | GetBotCluster (Int_t i) |
std::vector< Int_t > | GetTopClusterIDs () const |
std::vector< Int_t > | GetBotClusterIDs () const |
std::vector< Int_t > | GetLeftDigiIDs () const |
void | SetDigiType (Int_t digiType) |
Additional Inherited Members | |
![]() | |
void | AddCluster (const std::vector< Int_t > &onecluster, SensorSide side) |
ClassDef (PndSdsStripClusterer, 3) | |
![]() | |
Fullmap | fSortedDigis |
std::vector< Int_t > | fTopclusters |
std::vector< Int_t > | fBotclusters |
std::vector< Int_t > | fLeftDigis |
std::vector< PndSdsClusterStrip * > | fClusters |
Int_t | fDigiType |
Calculator class to find clusters in one channel dimension for the MVD strip sensors
Definition at line 25 of file PndSdsSimpleStripClusterFinder.h.
PndSdsSimpleStripClusterFinder::PndSdsSimpleStripClusterFinder | ( | Int_t | DigiType | ) |
PndSdsSimpleStripClusterFinder::PndSdsSimpleStripClusterFinder | ( | Int_t | DigiType, |
Int_t | rad | ||
) |
PndSdsSimpleStripClusterFinder::~PndSdsSimpleStripClusterFinder | ( | ) |
|
virtual |
Implements PndSdsStripClusterer.
|
inline |
Definition at line 32 of file PndSdsSimpleStripClusterFinder.h.