FairRoot/PandaRoot
PndMdtDigiSorterTask.h
Go to the documentation of this file.
1 /*
2  * PndMdtDigiSorterTask.h
3  */
4 
5 #ifndef PNDMDTDIGISORTERTASK_H_
6 #define PNDMDTDIGISORTERTASK_H_
7 
8 #include "FairRingSorterTask.h"
9 #include <FairRingSorter.h>
10 
11 class PndMdtDigiSorterTask: public FairRingSorterTask {
12 public:
14  PndMdtDigiSorterTask(const char* name):FairRingSorterTask(name){};
15  PndMdtDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName):
16  FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
17 
18  virtual ~PndMdtDigiSorterTask();
19 
20  virtual void AddNewDataToTClonesArray(FairTimeStamp* data);
21  virtual FairRingSorter* InitSorter(Int_t numberOfCells, Double_t widthOfCells) const;
22 
24 };
25 
26 #endif /* PNDMDTSORTERTASK_H_ */
ClassDef(PndMdtDigiSorterTask, 1)
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
Double_t
TString name
PndMdtDigiSorterTask(const char *name)
PndMdtDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const