CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/L1GlobalCaloTrigger/src/L1GctEtTotal.cc File Reference

#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctEtTotal.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const L1GctEtTotal &c)
 Pretty-print operator for L1GctEtTotal.

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const L1GctEtTotal c 
)

Pretty-print operator for L1GctEtTotal.

Definition at line 25 of file L1GctEtTotal.cc.

References L1GctEtTotal::et(), L1GctEtTotal::overFlow(), and asciidump::s.

                                                             {
  s << " L1GctEtTotal: ";
  s << " et=" << c.et();
  if (c.overFlow()) { s << "; overflow set"; }
  return s;
}