CMS 3D CMS Logo

Functions
CTPPSPixelFramePosition.cc File Reference
#include "CondFormats/PPSObjects/interface/CTPPSPixelFramePosition.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iomanip>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Condensed representation of the DAQ channel. prints 5-digit hex number,

Definition at line 17 of file CTPPSPixelFramePosition.cc.

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

17  {
18  return s << fp.getFEDId() << ":" << fp.getFMCId() << ":" << fp.getChannelIdx() << ":" << fp.getROC();
19 }