CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/TBDataFormats/HcalTBObjects/src/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 alignCSCRings::s, HcalTBBeamCounters::S1adc(), HcalTBBeamCounters::S2adc(), HcalTBBeamCounters::S3adc(), and HcalTBBeamCounters::S4adc().

                                                                    {

    s << "S1 adc     = " << htbcnt.S1adc() << endl;
    s << "S2 adc     = " << htbcnt.S2adc() << endl;
    s << "S3 adc     = " << htbcnt.S3adc() << endl;
    s << "S4 adc     = " << htbcnt.S4adc() << endl;

    return s;
  }