20 #ifndef PNDSDSDigiStripSORTERTASK_H_ 21 #define PNDSDSDigiStripSORTERTASK_H_ 23 #include <FairRingSorterTask.h> 29 PndSdsDigiStripSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
30 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
35 virtual FairRingSorter *
InitSorter(Int_t numberOfCells, Double_t widthOfCells)
const;
PndSdsDigiStripSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
virtual ~PndSdsDigiStripSorterTask()
PndSdsDigiStripSorterTask(const char *name)
PndSdsDigiStripSorterTask()
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
ClassDef(PndSdsDigiStripSorterTask, 1)