CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  CSCShowerDigi
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 51 of file CSCShowerDigi.cc.

51 { return o << "CSC Shower: " << digi.bits(); }

References CSCShowerDigi::bits(), and EcalTangentSkim_cfg::o.

EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:42
CSCShowerDigi::bits
uint16_t bits() const
Definition: CSCShowerDigi.h:34