CMS 3D CMS Logo

Functions
CTPPSPixelFramePosition.cc File Reference
#include "CondFormats/CTPPSReadoutObjects/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

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 CTPPSPixelFramePosition::getChannelIdx(), CTPPSPixelFramePosition::getFEDId(), CTPPSPixelFramePosition::getFMCId(), and CTPPSPixelFramePosition::getROC().

18 {
19  return s
20  << fp.getFEDId() << ":"
21  << fp.getFMCId() << ":"
22  << fp.getChannelIdx() << ":"
23  << fp.getROC();
24 }
unsigned short getFMCId() const
unsigned short getChannelIdx() const
unsigned short getROC() const
unsigned short getFEDId() const
recomended getters and setters