PandaRoot
PndSdsDigiPixelRingSorter.h
Go to the documentation of this file.
1 /*
2  * PndSdsDigiPixelRingSorter.h
3  *
4  * Created on: Sep 9, 2011
5  * Author: stockman
6  */
7 
8 #ifndef PNDSDSDIGIPIXELRINGSORTER_H_
9 #define PNDSDSDIGIPIXELRINGSORTER_H_
10 
11 #include <FairRingSorter.h>
12 
13 class PndSdsDigiPixelRingSorter : public FairRingSorter {
14  public:
15  PndSdsDigiPixelRingSorter(int size = 100, double width = 10) : FairRingSorter(size, width){};
17 
18  virtual FairTimeStamp *CreateElement(FairTimeStamp *data);
19 
21 };
22 
23 #endif /* PNDSDSDIGIPIXELRINGSORTER_H_ */
ClassDef(PndSdsDigiPixelRingSorter, 1)
virtual ~PndSdsDigiPixelRingSorter()
virtual FairTimeStamp * CreateElement(FairTimeStamp *data)
PndSdsDigiPixelRingSorter(int size=100, double width=10)