CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

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

Definition at line 67 of file HcalFrontEndId.cc.

67  {
68  return s << id.rbx() << id.rm() << '[' << id.rmFiber() << '/' << id.fiberChannel()
69  << "] pix=" << id.pixel()
70  << " qiecard=" << id.qieCard() << " adc=" << id.adc();
71 }