CMS 3D CMS Logo

Functions
HGCalTriggerBackendDetId.cc File Reference
#include "DataFormats/ForwardDetId/interface/HGCalTriggerBackendDetId.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <iostream>

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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