20 #ifndef PNDSDSDIGIPIXELSORTERTASK_H_ 21 #define PNDSDSDIGIPIXELSORTERTASK_H_ 23 #include <FairRingSorterTask.h> 24 #include <FairRingSorter.h> 30 PndSdsDigiPixelSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
31 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
36 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)