Monarch
v3.8.2
Project 8 Data File Format Library
|
#include "M3Constants.hh"
#include "logger.hh"
#include "M3MemberVariable.hh"
#include "M3Types.hh"
#include "H5Cpp.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | M3StreamHeader |
Single-stream header information. More... | |
class | M3ChannelHeader |
Single-channel header information. More... | |
class | M3Header |
Egg file header information. More... | |
Namespaces | |
monarch3 | |
Functions | |
static scarab::logger | mlog_mheader ("M3Header.hh") |
std::ostream & | operator<< (std::ostream &out, const monarch3::M3StreamHeader &hdr) |
std::ostream & | operator<< (std::ostream &out, const monarch3::M3ChannelHeader &hdr) |
std::ostream & | operator<< (std::ostream &out, const monarch3::M3Header &hdr) |
std::ostream& operator<< | ( | std::ostream & | out, |
const monarch3::M3StreamHeader & | hdr | ||
) |
Definition at line 695 of file M3Header.cc.
std::ostream& operator<< | ( | std::ostream & | out, |
const monarch3::M3ChannelHeader & | hdr | ||
) |
Definition at line 714 of file M3Header.cc.
std::ostream& operator<< | ( | std::ostream & | out, |
const monarch3::M3Header & | hdr | ||
) |
Definition at line 733 of file M3Header.cc.