FairRoot/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 {
15  public:
17  PndMvdToPix4ClusterTask(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar");
18 
20  virtual ~PndMvdToPix4ClusterTask();
21 
22  protected:
23  virtual std::vector<PndSdsDigiPixel> ConvertAndFilter(TClonesArray* digidata);
24 
25  private:
26 
28 };
29 
30 #endif /* MVDTOPIX4CLUSTERTASK_H */
31 
PndMvdToPix4ClusterTask(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar")
ClassDef(PndMvdToPix4ClusterTask, 1)
virtual std::vector< PndSdsDigiPixel > ConvertAndFilter(TClonesArray *digidata)
convert TClonesArray into std::vector and remove corrupted data (for test beam analysis) ...