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

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

Definition at line 39 of file GEMPadDigiCluster.cc.

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

40 {
41  o << " bx: " << digi.bx() << " pads: ";
42  for (auto p: digi.pads()) o << " " << p;
43  o << std::endl;
44  return o;
45 }
const std::vector< uint16_t > & pads() const