CMS 3D CMS Logo

Classes | Functions
GEMPadDigi.h File Reference
#include "DataFormats/MuonDetId/interface/GEMSubDetId.h"
#include <cstdint>
#include <iosfwd>

Go to the source code of this file.

Classes

class  GEMPadDigi
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 36 of file GEMPadDigi.cc.

References GEMPadDigi::bx(), EcalTangentSkim_cfg::o, and GEMPadDigi::pad().

36  {
37  return o << " GEMPadDigi Pad = " << digi.pad() << " bx = " << digi.bx();
38 }
int16_t bx() const
Definition: GEMPadDigi.h:39
uint16_t pad() const
Definition: GEMPadDigi.h:38