CMS 3D CMS Logo

Classes | Functions
GEMPadDigiCluster.h File Reference
#include "DataFormats/MuonDetId/interface/GEMSubDetId.h"
#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

◆ operator<<()

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

Definition at line 43 of file GEMPadDigiCluster.cc.

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

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

AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
GEMPadDigiCluster::pads
const std::vector< uint16_t > & pads() const
Definition: GEMPadDigiCluster.h:39
GEMPadDigiCluster::bx
int bx() const
Definition: GEMPadDigiCluster.h:40
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:42