CMS 3D CMS Logo

RPCDigi.h File Reference

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

Go to the source code of this file.

Classes

class  RPCDigi
 Digi for Rsisitive Plate Chamber. More...

Functions

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


Function Documentation

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

Definition at line 37 of file RPCDigi.h.

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

00037                                                                     {
00038   return o << " " << digi.strip()
00039            << " " << digi.bx();
00040 }


Generated on Tue Jun 9 17:52:16 2009 for CMSSW by  doxygen 1.5.4