FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MyRingSorter.cxx
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.cxx
10  *
11  * Created on: Mar 7, 2012
12  * Author: uhlig
13  */
14 
15 #include "MyDataClass.h"
16 
17 #include <MyRingSorter.h>
18 
20 
21 FairTimeStamp* MyRingSorter::CreateElement(FairTimeStamp* data) { return new MyDataClass(*(MyDataClass*)data); }
22 
virtual FairTimeStamp * CreateElement(FairTimeStamp *data)
ClassImp(FairEventBuilder)
virtual ~MyRingSorter()