FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTestDetectorDigiRingSorter.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  * FairTestDetectorDigiRingSorter.cxx
10  *
11  * Created on: Sep 9, 2011
12  * Author: stockman
13  */
14 
16 
17 #include "FairTestDetectorDigi.h" // for FairTestDetectorDigi
18 
19 class FairTimeStamp;
20 
22 
24 {
25  // TODO Auto-generated destructor stub
26 }
27 
29 {
30  return new FairTestDetectorDigi(*static_cast<FairTestDetectorDigi*>(data));
31 }
virtual FairTimeStamp * CreateElement(FairTimeStamp *data)
ClassImp(FairEventBuilder)