FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTimeStamp.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 #include "FairTimeStamp.h"
9 
10 std::ostream& FairTimeStamp::PrintTimeInfo(std::ostream& out) const
11 {
12  out << " TimeStamp: " << GetTimeStamp() << " +/- " << GetTimeStampError() << std::endl;
14  return out;
15 }
16 
ClassImp(FairEventBuilder)
Double_t GetTimeStampError() const
Definition: FairTimeStamp.h:45
Double_t GetTimeStamp() const
Definition: FairTimeStamp.h:44
std::ostream & PrintLinkInfo(std::ostream &out=std::cout) const
Output.
virtual std::ostream & PrintTimeInfo(std::ostream &out=std::cout) const