CMS 3D CMS Logo

Classes | Typedefs | Functions
GctBlockHeader.h File Reference
#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< GctBlockHeaderGctBlockHeaderCollection
 

Functions

std::ostream & operator<< (std::ostream &os, const GctBlockHeader &h)
 

Typedef Documentation

◆ GctBlockHeaderCollection

Definition at line 63 of file GctBlockHeader.h.

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const GctBlockHeader h 
)

Definition at line 12 of file GctBlockHeader.cc.

12  {
13  os << "ID " << std::hex << h.blockId() << " : Length : " << h.blockLength() << " : Samples " << h.nSamples()
14  << " : BX " << h.bxId() << " : Event " << h.eventId() << std::dec;
15  return os;
16 }

References TauDecayModes::dec.

h
TauDecayModes.dec
dec
Definition: TauDecayModes.py:143