![]() |
PandaRoot
|
Find Clusters on a strip sensor in two dimensions. More...
#include <PndSdsStripAdvClusterFinder.h>
Public Member Functions | |
| PndSdsStripAdvClusterFinder (Int_t DigiType) | |
| PndSdsStripAdvClusterFinder (Int_t DigiType, Int_t NrofmissedChannels, Int_t NrofmissedTimestamps) | |
| ~PndSdsStripAdvClusterFinder () | |
| std::vector< PndSdsClusterStrip * > | SearchClusters () |
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 |
| 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 | |
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 |
Find Clusters on a strip sensor in two dimensions.
Calculator class to find clusters in channel dimension and time dimension for the MVD strip sensors
Search for clusters in channel and trigger timestamp dimension. It is possible to set a whole e.g. defect strip.
Definition at line 36 of file PndSdsStripAdvClusterFinder.h.
| PndSdsStripAdvClusterFinder::PndSdsStripAdvClusterFinder | ( | Int_t | DigiType | ) |
default constructor
| PndSdsStripAdvClusterFinder::PndSdsStripAdvClusterFinder | ( | Int_t | DigiType, |
| Int_t | NrofmissedChannels, | ||
| Int_t | NrofmissedTimestamps | ||
| ) |
main constructor Set number of maximum missing channels or time to get the cluster
| NrofmissedChannels | maximum of missing channels |
| NrofmissedTimestamps | maximum of missing time |
| PndSdsStripAdvClusterFinder::~PndSdsStripAdvClusterFinder | ( | ) |
Destructor
|
virtual |
calculate clusters in the two dimensional way
Implements PndSdsStripClusterer.