CMS 3D CMS Logo

Classes | Functions
HGCalTriggerBackendDetId.h File Reference
#include "DataFormats/DetId/interface/DetId.h"
#include "DataFormats/ForwardDetId/interface/HGCalTriggerBackendCommon.h"
#include "DataFormats/ForwardDetId/interface/ForwardSubdetector.h"

Go to the source code of this file.

Classes

class  HGCalTriggerBackendDetId
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 39 of file HGCalTriggerBackendDetId.cc.

References alignCSCRings::s.

39  {
40  return s << "HGCalTriggerBackendDetId::lpGBT:Stage1 FPGA:Stage2 FPGA= " << id.isLpGBT() << ":" << id.isStage1FPGA()
41  << ":" << id.isStage1Link() << ":" << id.isStage2FPGA() << " z= " << id.zside() << " sector= " << id.sector()
42  << " id= " << id.label();
43 }