CMS 3D CMS Logo

EcalTBTDCRawInfo.h File Reference

#include <ostream>
#include <vector>
#include "TBDataFormats/EcalTBObjects/interface/EcalTBTDCSample.h"

Go to the source code of this file.

Classes

class  EcalTBTDCRawInfo
 
Id
EcalTBTDCRawInfo.h,v 1.3 2006/06/06 15:37:00 meridian Exp
More...

Defines

#define ECALTBTDCRAWINFO_H   1

Functions

std::ostream & operator<< (std::ostream &s, const EcalTBTDCRawInfo &digi)


Define Documentation

#define ECALTBTDCRAWINFO_H   1

Definition at line 2 of file EcalTBTDCRawInfo.h.


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const EcalTBTDCRawInfo digi 
)

Definition at line 4 of file EcalTBTDCRawInfo.cc.

References lat::endl(), i, EcalTBTDCRawInfo::sample(), and EcalTBTDCRawInfo::size().

00004                                                                        {
00005   s << "TDC has " << tdcInfo.size() << " samples " << std::endl;
00006   for (unsigned int i=0; i<tdcInfo.size(); i++) 
00007     s << "  " << tdcInfo.sample(i) << std::endl;
00008   return s;
00009 }


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