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