FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairRecoEventHeader.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 // ----- FairRecoEventHeader source file -----
10 // ----- Created 20/09/13 R.Karabowicz -----
11 // -------------------------------------------------------------------------
12 
13 #include "FairRecoEventHeader.h"
14 
16  : fRunId(0)
17  , fIdentifier(0)
18  , fEventTime(-1.)
19  , fEventTimeError(-1.)
20 {}
21 
23 
ClassImp(FairEventBuilder)