CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/EcalDetId/interface/EcalElectronicsId.h File Reference

#include <ostream>
#include <stdint.h>
#include "DataFormats/EcalDetId/interface/EcalSubdetector.h"

Go to the source code of this file.

Classes

class  EcalElectronicsId
 Ecal readout channel identification [32:20] Unused (so far) [19:13] DCC id [12:6] tower [5:3] strip [2:0] xtal Index starts from 1. More...

Functions

std::ostream & operator<< (std::ostream &, const EcalElectronicsId &)

Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const EcalElectronicsId  
)

Definition at line 108 of file EcalElectronicsId.cc.

{
  return os << id.dccId() << ',' << id.towerId() << ',' << id.stripId() << ',' << id.xtalId() ;
}