CMS 3D CMS Logo

Classes | Functions
HcalFrontEndId.h File Reference
#include <string>
#include <cstdint>
#include <iosfwd>

Go to the source code of this file.

Classes

class  HcalFrontEndId
 

Functions

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

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
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 }