CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 38 of file CSCShowerDigi.cc.

References CSCShowerDigi::bitsInTime(), and CSCShowerDigi::bitsOutOfTime().

38  {
39  return o << "CSC Shower: in-time bits " << digi.bitsInTime() << ", out-of-time bits " << digi.bitsOutOfTime();
40 }
uint16_t bitsInTime() const
Definition: CSCShowerDigi.h:32
uint16_t bitsOutOfTime() const
Definition: CSCShowerDigi.h:33