CbmRoot
CbmFormatTsPrintout.h File Reference
#include "Timeslice.hpp"
#include <iomanip>
#include <iostream>
#include <sstream>
Include dependency graph for CbmFormatTsPrintout.h:

Go to the source code of this file.

Functions

std::string FormatTsHeaderPrintout (const fles::Timeslice &ts)
 
std::string FormatTsPrintout (const fles::Timeslice &ts)
 
std::ostream & operator<< (std::ostream &os, const fles::Timeslice &ts)
 

Function Documentation

◆ FormatTsHeaderPrintout()

std::string FormatTsHeaderPrintout ( const fles::Timeslice &  ts)

Derived/inspired by the Flesnet TimesliceDump class (Found in TimesliceDebugger.xpp)

Definition at line 6 of file CbmFormatTsPrintout.cxx.

References max(), and min().

Referenced by FormatTsPrintout(), and operator<<().

◆ FormatTsPrintout()

std::string FormatTsPrintout ( const fles::Timeslice &  ts)

Definition at line 59 of file CbmFormatTsPrintout.cxx.

References FormatMsBufferPrintout(), and FormatTsHeaderPrintout().

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const fles::Timeslice &  ts 
)

Definition at line 91 of file CbmFormatTsPrintout.cxx.

References FormatMsBufferPrintout(), and FormatTsHeaderPrintout().