CMS 3D CMS Logo

Classes | Functions
GEMPadDigiCluster.h File Reference
#include <cstdint>
#include <iosfwd>
#include <vector>

Go to the source code of this file.

Classes

class  GEMPadDigiCluster
 

Functions

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

Function Documentation

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

Definition at line 28 of file GEMPadDigiCluster.cc.

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

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