FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTestDetectorDigiRingSorter.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3  * *
4  * This software is distributed under the terms of the *
5  * GNU Lesser General Public Licence (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 /*
9  * FairTestDetectorDigiRingSorter.h
10  *
11  * Created on: Sep 9, 2011
12  * Author: stockman
13  */
14 
15 #ifndef FairTestDetectorDigiRingSorter_H_
16 #define FairTestDetectorDigiRingSorter_H_
17 
18 #include <FairRingSorter.h> // for FairRingSorter
19 #include <Rtypes.h> // for ClassDef
20 
21 class FairTimeStamp;
22 
24 {
25  public:
26  FairTestDetectorDigiRingSorter(int size = 100, double width = 10)
27  : FairRingSorter(size, width)
28  {}
30 
32 
34 };
35 
36 #endif /* FairTestDetectorDigiRingSorter_H_ */
virtual FairTimeStamp * CreateElement(FairTimeStamp *data)
ClassDef(FairTestDetectorDigiRingSorter, 1)
FairTestDetectorDigiRingSorter(int size=100, double width=10)