CMS 3D CMS Logo

CSCRPCDigi.h File Reference

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

Go to the source code of this file.

Classes

class  CSCRPCDigi
 Digi for RPC data coming thru RAT-ALCT-DDU. More...

Functions

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


Function Documentation

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

Definition at line 54 of file CSCRPCDigi.h.

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

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


Generated on Tue Jun 9 17:51:54 2009 for CMSSW by  doxygen 1.5.4