CMS 3D CMS Logo

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(), and L1GctEtTotal::overFlow().

00025                                                              {
00026   s << " L1GctEtTotal: ";
00027   s << " et=" << c.et();
00028   if (c.overFlow()) { s << "; overflow set"; }
00029   return s;
00030 }


Generated on Tue Jun 9 17:52:09 2009 for CMSSW by  doxygen 1.5.4