PandaRoot
PndSdsSimpleStripClusterFinder Class Reference

#include <PndSdsSimpleStripClusterFinder.h>

Inheritance diagram for PndSdsSimpleStripClusterFinder:
PndSdsStripClusterer

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)
 
- Public Member Functions inherited from PndSdsStripClusterer
 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
 
PndSdsClusterStripGetCluster (Int_t i)
 
PndSdsClusterStripGetTopCluster (Int_t i)
 
PndSdsClusterStripGetBotCluster (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

- Protected Member Functions inherited from PndSdsStripClusterer
void AddCluster (const std::vector< Int_t > &onecluster, SensorSide side)
 
 ClassDef (PndSdsStripClusterer, 3)
 
- Protected Attributes inherited from PndSdsStripClusterer
Fullmap fSortedDigis
 
std::vector< Int_t > fTopclusters
 
std::vector< Int_t > fBotclusters
 
std::vector< Int_t > fLeftDigis
 
std::vector< PndSdsClusterStrip * > fClusters
 
Int_t fDigiType
 

Detailed Description

PndSdsStripClusterer.h

Author
R.Kliemt r.kli.nosp@m.emt@.nosp@m.physi.nosp@m.k.tu.nosp@m.-dres.nosp@m.den..nosp@m.de

Calculator class to find clusters in one channel dimension for the MVD strip sensors

Definition at line 25 of file PndSdsSimpleStripClusterFinder.h.

Constructor & Destructor Documentation

◆ PndSdsSimpleStripClusterFinder() [1/2]

PndSdsSimpleStripClusterFinder::PndSdsSimpleStripClusterFinder ( Int_t  DigiType)

◆ PndSdsSimpleStripClusterFinder() [2/2]

PndSdsSimpleStripClusterFinder::PndSdsSimpleStripClusterFinder ( Int_t  DigiType,
Int_t  rad 
)

◆ ~PndSdsSimpleStripClusterFinder()

PndSdsSimpleStripClusterFinder::~PndSdsSimpleStripClusterFinder ( )

Member Function Documentation

◆ SearchClusters()

std::vector<PndSdsClusterStrip *> PndSdsSimpleStripClusterFinder::SearchClusters ( )
virtual

Implements PndSdsStripClusterer.

◆ SetSearchRadius()

void PndSdsSimpleStripClusterFinder::SetSearchRadius ( Int_t  rad = 0)
inline

Definition at line 32 of file PndSdsSimpleStripClusterFinder.h.

32 { fRadius = rad; };

The documentation for this class was generated from the following file: