-
Eoin Clerkin authored
Pulls some author and date information from previous headers, adds this to information from the svn and git repositories. Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder. Contributing authors from previous declaration and repository records.
Eoin Clerkin authoredPulls some author and date information from previous headers, adds this to information from the svn and git repositories. Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder. Contributing authors from previous declaration and repository records.
CbmFormatMsBufferPrintout.h 1.34 KiB
/** @file CbmFormatMsBufferPrintout.h
* @copyright Copyright (C) 2020 Facility for Antiproton and Ion Research in Europe, Darmstadt
* @license SPDX-License-Identifier: GPL-3.0-only
* @authors Pierre-Alain Loizeau [committer] **/
// -----------------------------------------------------------------------------
// ----- -----
// ----- CbmFormatMsBufferPrintout -----
// ----- Created 06.03.2020 by P.-A. Loizeau -----
// ----- -----
// -----------------------------------------------------------------------------
#ifndef CbmFormatMsBufferPrintout_H
#define CbmFormatMsBufferPrintout_H
#include "Timeslice.hpp"
#include <iomanip>
#include <iostream>
#include <sstream>
/**
** Derived/inspired by the Flesnet BufferDump class (Found in TimesliceDebugger.xpp)
**/
std::string FormatMsBufferPrintout(const fles::Timeslice& ts, const size_t uMsCompIdx, const size_t uMsIdx,
const uint32_t uBlocksPerLine = 4);
std::string FormatMsBufferPrintout(const fles::MicrosliceDescriptor& msDescriptor, const uint8_t* msContent,
const uint32_t uBlocksPerLine = 4);
#endif // CbmFormatMsBufferPrintout_H