PandaRoot
PndMvdToPix4ClusterTask.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // -------------------------------------------------------------------------
3 
4 #ifndef PNDMVDTOPIX4CLUSTERTASK_H
5 #define PNDMVDTOPIX4CLUSTERTASK_H
6 
10 #include "TString.h"
11 #include "FairRootManager.h"
12 
14  public:
16  PndMvdToPix4ClusterTask(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar");
17 
19  virtual ~PndMvdToPix4ClusterTask();
20 
21  protected:
22  virtual std::vector<PndSdsDigiPixel> ConvertAndFilter(TClonesArray *digidata);
23 
24  private:
25  ClassDef(PndMvdToPix4ClusterTask, 1);
26 };
27 
28 #endif /* MVDTOPIX4CLUSTERTASK_H */
PndMvdToPix4ClusterTask(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar")
virtual std::vector< PndSdsDigiPixel > ConvertAndFilter(TClonesArray *digidata)
convert TClonesArray into std::vector and remove corrupted data (for test beam analysis) ...
virtual ~PndMvdToPix4ClusterTask()