17 #ifndef PNDMDTDIGISORTERTASK_H_ 18 #define PNDMDTDIGISORTERTASK_H_ 20 #include "FairRingSorterTask.h" 21 #include <FairRingSorter.h> 27 PndMdtDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
28 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
33 virtual FairRingSorter *
InitSorter(Int_t numberOfCells, Double_t widthOfCells)
const;
ClassDef(PndMdtDigiSorterTask, 1)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
PndMdtDigiSorterTask(const char *name)
virtual ~PndMdtDigiSorterTask()
PndMdtDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)