PandaRoot
PndMvdTopix4RingSorterTask.h
Go to the documentation of this file.
1 /*
2  * PndMvdTopix4RingSorterTask.h
3  *
4  * Created on: Sep 9, 2011
5  * Author: stockman
6  */
7 
8 #ifndef PndMvdTopix4RingSorterTask_H_
9 #define PndMvdTopix4RingSorterTask_H_
10 
11 #include <FairRingSorterTask.h>
12 #include <FairRingSorter.h>
13 
14 class PndMvdTopix4RingSorterTask : public FairRingSorterTask {
15  public:
17  PndMvdTopix4RingSorterTask(const char *name) : FairRingSorterTask(name){};
18  PndMvdTopix4RingSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
19  : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
20 
22 
23  virtual void AddNewDataToTClonesArray(FairTimeStamp *data);
24  virtual FairRingSorter *InitSorter(Int_t numberOfCells, Double_t widthOfCells) const;
25 
27 };
28 
29 #endif /* PndMvdTopix4RingSorterTask_H_ */
PndMvdTopix4RingSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
ClassDef(PndMvdTopix4RingSorterTask, 1)
virtual ~PndMvdTopix4RingSorterTask()