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