CMS 3D CMS Logo

Classes | Functions
HGCalTriggerCellBestChoiceCodec.h File Reference
#include "L1Trigger/L1THGCal/interface/HGCalTriggerFECodecBase.h"
#include "L1Trigger/L1THGCal/interface/fe_codecs/HGCalTriggerCellBestChoiceCodecImpl.h"

Go to the source code of this file.

Classes

class  HGCalTriggerCellBestChoiceCodec
 

Functions

std::ostream & operator<< (std::ostream &o, const HGCalTriggerCellBestChoiceDataPayload &data)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  o,
const HGCalTriggerCellBestChoiceDataPayload data 
)
inline

Definition at line 8 of file HGCalTriggerCellBestChoiceCodec.h.

References TauDecayModes::dec, connectstrParser::o, and HGCalTriggerCellBestChoiceDataPayload::payload.

9 {
10  for(const auto& dat : data.payload)
11  {
12  o << "(" << std::hex << dat.detId()
13  << std::dec << " " << dat.hwPt() << ") ";
14  }
15  o << "\n";
16  return o;
17 }