CMS 3D CMS Logo

Functions
GEMPadDigiCluster.cc File Reference
#include "DataFormats/GEMDigi/interface/GEMPadDigiCluster.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const GEMPadDigiCluster &digi)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const GEMPadDigiCluster digi 
)

Definition at line 43 of file GEMPadDigiCluster.cc.

References GEMPadDigiCluster::bx(), EcalTangentSkim_cfg::o, AlCaHLTBitMon_ParallelJobs::p, and GEMPadDigiCluster::pads().

43  {
44  o << " bx: " << digi.bx() << " pads: [";
45  for (auto p : digi.pads())
46  o << " " << p;
47  o << "]";
48  return o;
49 }
const std::vector< uint16_t > & pads() const