CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 26 of file ME0PadDigiCluster.cc.

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

26  {
27  o << " bx: " << digi.bx() << " pads: ";
28  for (auto p : digi.pads())
29  o << " " << p;
30  o << std::endl;
31  return o;
32 }
const std::vector< uint16_t > & pads() const