#include "TBDataFormats/HcalTBObjects/interface/HcalTBBeamCounters.h"
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &s, const HcalTBBeamCounters &htbcnt) |
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 }