8 #ifndef PNDSDSDIGIPIXELSORTERTASK_H_ 9 #define PNDSDSDIGIPIXELSORTERTASK_H_ 11 #include <FairRingSorterTask.h> 12 #include <FairRingSorter.h> 18 PndSdsDigiPixelSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
19 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
24 virtual FairRingSorter *
InitSorter(Int_t numberOfCells, Double_t widthOfCells)
const;
PndSdsDigiPixelSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
PndSdsDigiPixelSorterTask(const char *name)
ClassDef(PndSdsDigiPixelSorterTask, 1)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
virtual ~PndSdsDigiPixelSorterTask()
PndSdsDigiPixelSorterTask()
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)