CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/DataFormats/CSCDigi/interface/CSCRPCDigi.h File Reference

#include <boost/cstdint.hpp>
#include <iosfwd>

Go to the source code of this file.

Classes

class  CSCRPCDigi

Functions

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

Function Documentation

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

Definition at line 40 of file CSCRPCDigi.cc.

References CSCRPCDigi::getBXN(), CSCRPCDigi::getPad(), CSCRPCDigi::getRpc(), and CSCRPCDigi::getTbin().

                                                                {
  return o << " RPC = " << digi.getRpc() << "  Pad = "<< digi.getPad()
           << "  Tbin = " << digi.getTbin() << "  Bxn = " << digi.getBXN();
}