FairRoot/PandaRoot
PndMvdPixelDigiSorterTask.h
Go to the documentation of this file.
1 
6 #ifndef PndMvdPixelDigiSorterTask_H
7 #define PndMvdPixelDigiSorterTask_H 1
8 
9 #include "PndSdsPixelDigiSorterTask.h"
10 #include "TString.h"
11 
12 class PndMvdPixelDigiSorterTask : public PndSdsPixelDigiSorterTask
13 {
14  public:
15 
18 
19 
20 
21  PndMvdPixelDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells);
22 
25 
27  virtual void SetParContainers();
28 
29  virtual InitStatus Init();
30 
32  void SetBranchNames(TString inBranchname, TString outBranchname, TString folderName);
33 
35  virtual void SetBranchNames();
36 
38 
39 };
40 
41 #endif
Double_t
ClassDef(PndMvdPixelDigiSorterTask, 1)