PandaRoot
PndSdsSimpleStripClusterFinder.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndSdsStripClusterer header file -----
3 // ----- Converted 27.11.2007 from R.Jaekel by R.Kliemt -----
4 // -------------------------------------------------------------------------
5 
13 #ifndef PNDSDSSIMPLESTRIPCLUSTERFINDER_H
14 #define PNDSDSSIMPLESTRIPCLUSTERFINDER_H
15 
16 #include <vector>
17 #include <map>
18 #include <string>
19 
20 #include "PndSdsDigiStrip.h"
21 #include "PndSdsCluster.h"
22 #include "PndSdsStripClusterer.h"
23 // #include "PndSdsStripCluster.h"
24 
26  public:
27  PndSdsSimpleStripClusterFinder(Int_t DigiType);
28  PndSdsSimpleStripClusterFinder(Int_t DigiType, Int_t rad);
30 
31  std::vector<PndSdsClusterStrip *> SearchClusters();
32  void SetSearchRadius(Int_t rad = 0) { fRadius = rad; };
33 
34  private:
35  Int_t fRadius;
36 
37  ClassDef(PndSdsSimpleStripClusterFinder, 1);
38 };
39 
40 #endif // PndSdsSimpleStripClusterFinder
PndSdsSimpleStripClusterFinder(Int_t DigiType)
std::vector< PndSdsClusterStrip * > SearchClusters()