CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
CSCShowerDigi.cc File Reference
#include "DataFormats/CSCDigi/interface/CSCShowerDigi.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <iomanip>
#include <iostream>

Go to the source code of this file.

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