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