8 #ifndef PNDSDSDigiStripSORTERTASK_H_ 9 #define PNDSDSDigiStripSORTERTASK_H_ 11 #include <FairRingSorterTask.h> 17 PndSdsDigiStripSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
18 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
23 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)