FairRoot/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 
6 
14 #ifndef PNDSDSSIMPLESTRIPCLUSTERFINDER_H
15 #define PNDSDSSIMPLESTRIPCLUSTERFINDER_H
16 
17 
18 #include <vector>
19 #include <map>
20 #include <string>
21 
22 #include "PndSdsDigiStrip.h"
23 #include "PndSdsCluster.h"
24 #include "PndSdsStripClusterer.h"
25 // #include "PndSdsStripCluster.h"
26 
28  public:
29  PndSdsSimpleStripClusterFinder(Int_t DigiType);
30  PndSdsSimpleStripClusterFinder(Int_t DigiType, Int_t rad);
32 
33  std::vector< PndSdsClusterStrip* > SearchClusters();
34  void SetSearchRadius(Int_t rad=0) {fRadius=rad;};
35 
36 private:
37  Int_t fRadius;
38 
40 };
41 
42 
43 
44 #endif // PndSdsSimpleStripClusterFinder
ClassDef(PndSdsSimpleStripClusterFinder, 1)
std::vector< PndSdsClusterStrip * > SearchClusters()