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