PandaRoot
PndSdsDigiStripSorterTask.h
Go to the documentation of this file.
1 /*
2  * PndSdsDigiStripSorterTask.h
3  *
4  * Created on: Sep 9, 2011
5  * Author: stockman
6  */
7 
8 #ifndef PNDSDSDigiStripSORTERTASK_H_
9 #define PNDSDSDigiStripSORTERTASK_H_
10 
11 #include <FairRingSorterTask.h>
12 
13 class PndSdsDigiStripSorterTask : public FairRingSorterTask {
14  public:
16  PndSdsDigiStripSorterTask(const char *name) : FairRingSorterTask(name){};
17  PndSdsDigiStripSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
18  : FairRingSorterTask(numberOfCells, widthOfCells, inputBranch, outputBranch, folderName){};
19 
21 
22  virtual void AddNewDataToTClonesArray(FairTimeStamp *data);
23  virtual FairRingSorter *InitSorter(Int_t numberOfCells, Double_t widthOfCells) const;
24 
26 };
27 
28 #endif /* PNDSDSDigiStripSORTERTASK_H_ */
PndSdsDigiStripSorterTask(Int_t numberOfCells, Double_t widthOfCells, TString inputBranch, TString outputBranch, TString folderName)
virtual ~PndSdsDigiStripSorterTask()
PndSdsDigiStripSorterTask(const char *name)
virtual FairRingSorter * InitSorter(Int_t numberOfCells, Double_t widthOfCells) const
virtual void AddNewDataToTClonesArray(FairTimeStamp *data)
ClassDef(PndSdsDigiStripSorterTask, 1)