CbmRoot
CbmFormatMsBufferPrintout.h
Go to the documentation of this file.
1 // -----------------------------------------------------------------------------
2 // ----- -----
3 // ----- CbmFormatMsBufferPrintout -----
4 // ----- Created 06.03.2020 by P.-A. Loizeau -----
5 // ----- -----
6 // -----------------------------------------------------------------------------
7 
8 #ifndef CbmFormatMsBufferPrintout_H
9 #define CbmFormatMsBufferPrintout_H
10 
11 #include "Timeslice.hpp"
12 
13 #include <iomanip>
14 #include <iostream>
15 #include <sstream>
16 
21 std::string FormatMsBufferPrintout(const fles::Timeslice& ts,
22  const size_t uMsCompIdx,
23  const size_t uMsIdx,
24  const uint32_t uBlocksPerLine = 4);
25 
26 std::string
27 FormatMsBufferPrintout(const fles::MicrosliceDescriptor& msDescriptor,
28  const uint8_t* msContent,
29  const uint32_t uBlocksPerLine = 4);
30 
31 #endif // CbmFormatMsBufferPrintout_H
FormatMsBufferPrintout
std::string FormatMsBufferPrintout(const fles::Timeslice &ts, const size_t uMsCompIdx, const size_t uMsIdx, const uint32_t uBlocksPerLine=4)
Definition: CbmFormatMsBufferPrintout.cxx:4