CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  HGCalBestChoiceCodec
 

Functions

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

Function Documentation

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

Definition at line 8 of file HGCalBestChoiceCodec.h.

References connectstrParser::o, and HGCalBestChoiceDataPayload::payload.

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