12 #ifndef PNDDRCDigiSORTERTASK_H_ 13 #define PNDDRCDigiSORTERTASK_H_ 15 #include "TClonesArray.h" 17 #include <FairRingSorterTask.h> 18 #include <FairRingSorter.h> 24 PndDrcDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
25 : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
30 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)