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 16 of file CTPPSPixelFramePosition.cc.

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

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

personalPlayback.fp
fp
Definition: personalPlayback.py:523
alignCSCRings.s
s
Definition: alignCSCRings.py:92