CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
HcalFrontEndId.h File Reference
#include <string>
#include <stdint.h>
#include <iosfwd>

Go to the source code of this file.

Classes

class  HcalFrontEndId
 

Functions

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

Function Documentation

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