CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  GEMDigi
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 24 of file GEMDigi.cc.

24  {
25  return o << " GEMDigi strip = " << digi.strip() << " bx = " << digi.bx();
26 }

References GEMDigi::bx(), EcalTangentSkim_cfg::o, and GEMDigi::strip().

GEMDigi::bx
int16_t bx() const
Definition: GEMDigi.h:27
EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
GEMDigi::strip
uint16_t strip() const
Definition: GEMDigi.h:26