CMS 3D CMS Logo

SiStripRawDigi.h File Reference

#include "DataFormats/Common/interface/traits.h"
#include <iostream>

Go to the source code of this file.

Classes

class  SiStripRawDigi
 A Digi for the silicon strip detector, containing only adc information, and suitable for storing raw hit information. More...

Functions

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


Function Documentation

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

Definition at line 36 of file SiStripRawDigi.h.

References SiStripRawDigi::adc().

00036                                                                            {
00037   return o << " " << digi.adc();
00038 }


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