CbmRoot
Loading...
Searching...
No Matches
CbmFormatMsHeaderPrintout.h
Go to the documentation of this file.
1/* Copyright (C) 2019-2020 Facility for Antiproton and Ion Research in Europe, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Pierre-Alain Loizeau [committer] */
4
5// -----------------------------------------------------------------------------
6// ----- -----
7// ----- CbmFormatMsHeaderPrintout -----
8// ----- Created 11.09.2019 by P.-A. Loizeau -----
9// ----- -----
10// -----------------------------------------------------------------------------
11
12#ifndef CbmFormatMsHeaderPrintout_H
13#define CbmFormatMsHeaderPrintout_H
14
15#include "Timeslice.hpp"
16
17#include <iomanip>
18#include <iostream>
19#include <sstream>
20
33std::string FormatMsHeaderPrintout(const fles::MicrosliceDescriptor& msDescriptor);
34
35std::string FormatMsHeaderHelp();
36
37std::ostream& operator<<(std::ostream& os, const fles::MicrosliceDescriptor& msDescriptor);
38
39#endif // CbmFormatMsHeaderPrintout_H
std::ostream & operator<<(std::ostream &os, const fles::MicrosliceDescriptor &msDescriptor)
std::string FormatMsHeaderHelp()
std::string FormatMsHeaderPrintout(const fles::MicrosliceDescriptor &msDescriptor)