FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairSink.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 version 3 (LGPL) version 3, *
6  * copied verbatim in the file "LICENSE" *
7  ********************************************************************************/
8 // -----------------------------------------------------------------------------
9 // ----- -----
10 // ----- FairSink -----
11 // ----- Created 22.12.2017 by R. Karabowicz -----
12 // ----- -----
13 // -----------------------------------------------------------------------------
14 
15 #include "FairSink.h"
16 
17 #include <TFolder.h>
18 #include <TTree.h>
19 
21  : fRunId(0)
22  , fOutFolder(0)
23 {}
24 
26  : fRunId(sink.fRunId)
27  , fOutFolder(0)
28 {}
29 
31 
ClassImp(FairEventBuilder)
FairSink()
Definition: FairSink.cxx:20
virtual ~FairSink()
Definition: FairSink.cxx:30