CMS 3D CMS Logo

Functions
TotemT2FramePosition.cc File Reference
#include "CondFormats/PPSObjects/interface/TotemT2FramePosition.h"
#include <iomanip>
#include <cstdlib>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const TotemT2FramePosition &fp)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const TotemT2FramePosition fp 
)

Condensed representation of the DAQ channel. prints 5-digit hex number, the digits correspond to SubSystem, TOTFED ID, OptoRx ID, GOH ID, index within fiber in this order

Definition at line 18 of file TotemT2FramePosition.cc.

References personalPlayback::fp, and alignCSCRings::s.

18  {
19  return s << fp.getFEDId() << ":" << fp.getGOHId() << ":" << fp.getIdxInFiber() << ":" << fp.getPayload();
20 }