CMS 3D CMS Logo

HcalTBBeamCounters.cc File Reference

#include "TBDataFormats/HcalTBObjects/interface/HcalTBBeamCounters.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const HcalTBBeamCounters &htbcnt)


Function Documentation

ostream& operator<< ( ostream &  s,
const HcalTBBeamCounters htbcnt 
)

Definition at line 76 of file HcalTBBeamCounters.cc.

References lat::endl(), HcalTBBeamCounters::S1adc(), HcalTBBeamCounters::S2adc(), HcalTBBeamCounters::S3adc(), and HcalTBBeamCounters::S4adc().

00076                                                                     {
00077 
00078     s << "S1 adc     = " << htbcnt.S1adc() << endl;
00079     s << "S2 adc     = " << htbcnt.S2adc() << endl;
00080     s << "S3 adc     = " << htbcnt.S3adc() << endl;
00081     s << "S4 adc     = " << htbcnt.S4adc() << endl;
00082 
00083     return s;
00084   }


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