24 #ifndef PNDDRCDigiSORTERTASK_H_ 25 #define PNDDRCDigiSORTERTASK_H_ 27 #include "TClonesArray.h" 29 #include <FairRingSorterTask.h> 30 #include <FairRingSorter.h> 36 PndDrcDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
37 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
42 virtual FairRingSorter *
InitSorter(Int_t numberOfCells, Double_t widthOfCells)
const;
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
virtual ~PndDrcDigiSorterTask()
PndDrcDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
ClassDef(PndDrcDigiSorterTask, 1)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
PndDrcDigiSorterTask(const char *name)