PandaRoot
PndMvdSimplePixelClusterFinder.h
Go to the documentation of this file.
1 #ifndef PNDMVDSIMPLEPIXELCLUSTERFINDER_H
2 #define PNDMVDSIMPLEPIXELCLUSTERFINDER_H
3 
5 #include "PndSdsTotDigiPar.h"
6 #include "PndSdsPixelDigiPar.h"
16 
18  public:
19  PndMvdSimplePixelClusterFinder(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar", Int_t verbose = 0);
23  void SetParName(TString val) { fParName = val; }
24  void SetTotParName(TString val) { fTotParName = val; }
25 
26  protected:
27  void SetParameters();
28 
29  private:
30  TString fParName;
31  TString fTotParName;
32  PndSdsPixelDigiPar *fDigiPar;
33  PndSdsTotDigiPar *fTotDigiPar;
34 };
35 #endif
PndMvdSimplePixelClusterFinder & operator=(const PndMvdSimplePixelClusterFinder &)=delete
Charge Digitization Parameter Class for SDS.
PndMvdSimplePixelClusterFinder(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar", Int_t verbose=0)
Digitization Parameter Class for SDS-Pixel part.