FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairPropagator.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  #include "FairPropagator.h"
10  #include <TGenericClassInfo.h> // for TGenericClassInfo
11 
12 
14  : TNamed("FairPropagator", "Base class for propagators")
15 {}
16 
17 FairPropagator::FairPropagator(const TString& name, const TString& title)
18  : TNamed(name, title)
19 {}
20 
22 
ClassImp(FairEventBuilder)
virtual ~FairPropagator()