#include <ostream>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Classes | |
class | GctBlockHeader |
Simple class for holding the basic attributes of an 32-bit block header. More... | |
Typedefs | |
typedef std::vector< GctBlockHeader > | GctBlockHeaderCollection |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GctBlockHeader &h) |
typedef std::vector<GctBlockHeader> GctBlockHeaderCollection |
Definition at line 76 of file GctBlockHeader.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const GctBlockHeader & | h | ||
) |
Definition at line 18 of file GctBlockHeader.cc.
References GctBlockHeader::blockId(), GctBlockHeader::blockLength(), GctBlockHeader::bxId(), TauDecayModes::dec, GctBlockHeader::eventId(), and GctBlockHeader::nSamples().