CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  ME0PadDigiCluster
 

Functions

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

Function Documentation

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

Definition at line 39 of file ME0PadDigiCluster.cc.

References ME0PadDigiCluster::bx(), connectstrParser::o, AlCaHLTBitMon_ParallelJobs::p, and ME0PadDigiCluster::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