5 #ifndef PNDMDTDIGISORTERTASK_H_
6 #define PNDMDTDIGISORTERTASK_H_
8 #include "FairRingSorterTask.h"
9 #include <FairRingSorter.h>
16 FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
ClassDef(PndMdtDigiSorterTask, 1)
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
PndMdtDigiSorterTask(const char *name)
virtual ~PndMdtDigiSorterTask()
PndMdtDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const