CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  RPCDigi
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 56 of file RPCDigi.cc.

56 { return o << " " << digi.strip() << " " << digi.bx(); }

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

EcalTangentSkim_cfg.o
o
Definition: EcalTangentSkim_cfg.py:36
RPCDigi::bx
int bx() const
Definition: RPCDigi.h:28
RPCDigi::strip
int strip() const
Definition: RPCDigi.h:27