CMS 3D CMS Logo

Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/TBDataFormats/HcalTBObjects/src/HcalTBRunData.cc File Reference

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

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const HcalTBRunData &htbrd)

Function Documentation

ostream& operator<< ( ostream &  s,
const HcalTBRunData htbrd 
)

Definition at line 19 of file HcalTBRunData.cc.

References HcalTBRunData::beamEnergyGeV(), HcalTBRunData::beamMode(), HcalTBRunData::runType(), and asciidump::s.

                                                              {
    s << "Run type    = " << htbrd.runType()  << endl;
    s << "Beam Mode   = " << htbrd.beamMode() << endl;
    s << "Beam Energy = " << htbrd.beamEnergyGeV() << " GeV" << endl;
    return s;
  }