CbmRoot
CbmFormatTsPrintout.h
Go to the documentation of this file.
1 // -----------------------------------------------------------------------------
2 // ----- -----
3 // ----- CbmFormatTsPrintout -----
4 // ----- Created 11.09.2019 by P.-A. Loizeau -----
5 // ----- -----
6 // -----------------------------------------------------------------------------
7 
8 #ifndef CbmFormatTsPrintout_H
9 #define CbmFormatTsPrintout_H
10 
11 #include "Timeslice.hpp"
12 
13 #include <iomanip>
14 #include <iostream>
15 #include <sstream>
16 
21 std::string FormatTsHeaderPrintout(const fles::Timeslice& ts);
22 
23 std::string FormatTsPrintout(const fles::Timeslice& ts);
24 
25 std::ostream& operator<<(std::ostream& os, const fles::Timeslice& ts);
26 
27 #endif // CbmFormatTsPrintout_H
FormatTsHeaderPrintout
std::string FormatTsHeaderPrintout(const fles::Timeslice &ts)
Definition: CbmFormatTsPrintout.cxx:6
FormatTsPrintout
std::string FormatTsPrintout(const fles::Timeslice &ts)
Definition: CbmFormatTsPrintout.cxx:59
operator<<
std::ostream & operator<<(std::ostream &os, const fles::Timeslice &ts)
Definition: CbmFormatTsPrintout.cxx:91