CMS 3D CMS Logo

EcalTriggerElectronicsId.h File Reference

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

Go to the source code of this file.

Classes

class  EcalTriggerElectronicsId
 Ecal trigger electronics identification [32:20] Unused (so far) [19:13] TCC id [12:6] TT id [5:3] pseudo strip (in EB == strip) [2:0] channel in pseudostrip Index starts from 1. More...

Defines

#define DATAFORMATS_ECALDETID_ECALTRIGGERELECTRONICSID_H   1

Functions

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


Define Documentation

#define DATAFORMATS_ECALDETID_ECALTRIGGERELECTRONICSID_H   1

Definition at line 2 of file EcalTriggerElectronicsId.h.


Function Documentation

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

Definition at line 41 of file EcalTriggerElectronicsId.cc.

00042 {
00043   return os << id.tccId() << ',' << id.ttId()  << ',' << id.pseudoStripId() << ',' << id.channelId() ;
00044 }


Generated on Tue Jun 9 17:52:01 2009 for CMSSW by  doxygen 1.5.4