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