FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
MyRingSorter.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
* MyRingSorter.h
10
*
11
* Created on: Mar 7, 2012
12
* Author: uhlig
13
*/
14
15
#ifndef MYRINGSORTER_H_
16
#define MYRINGSORTER_H_
17
18
#include <
FairRingSorter.h
>
19
20
class
MyRingSorter
:
public
FairRingSorter
21
{
22
public
:
23
MyRingSorter
(
int
size = 100,
double
width = 10)
24
:
FairRingSorter
(size, width){};
25
26
virtual
~MyRingSorter
();
27
28
virtual
FairTimeStamp
*
CreateElement
(
FairTimeStamp
* data);
29
30
ClassDef
(
MyRingSorter
, 1);
31
};
32
33
#endif
/* MYRINGSORTER_H_ */
MyRingSorter::ClassDef
ClassDef(MyRingSorter, 1)
MyRingSorter::CreateElement
virtual FairTimeStamp * CreateElement(FairTimeStamp *data)
Definition:
MyRingSorter.cxx:21
MyRingSorter::MyRingSorter
MyRingSorter(int size=100, double width=10)
Definition:
MyRingSorter.h:23
FairTimeStamp
Definition:
FairTimeStamp.h:31
FairRingSorter
Definition:
FairRingSorter.h:27
MyRingSorter
Definition:
MyRingSorter.h:20
MyRingSorter::~MyRingSorter
virtual ~MyRingSorter()
Definition:
MyRingSorter.cxx:19
FairRingSorter.h
FairRoot
templates
TimeBased
MyRingSorter.h
Generated on Mon Mar 8 2021 12:14:07 for FairRoot by
1.8.5