CMS 3D CMS Logo

Classes | Functions
EcalTriggerElectronicsId.h File Reference
#include <ostream>
#include <cstdint>
#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...
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 40 of file EcalTriggerElectronicsId.cc.

40  {
41  return os << id.tccId() << ',' << id.ttId() << ',' << id.pseudoStripId() << ',' << id.channelId();
42 }