CMS 3D CMS Logo

Functions
HcalFrontEndId.cc File Reference
#include "DataFormats/HcalDetId/interface/HcalFrontEndId.h"
#include <iomanip>
#include <sstream>
#include <iostream>
#include <cstdlib>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const HcalFrontEndId &id)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const HcalFrontEndId id 
)

Definition at line 81 of file HcalFrontEndId.cc.

References alignCSCRings::s.

81  {
82  return s << id.rbx() << id.rm() << '[' << id.rmFiber() << '/' << id.fiberChannel() << "] pix=" << id.pixel()
83  << " qiecard=" << id.qieCard() << " adc=" << id.adc();
84 }