CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
L1GctEtHad.cc File Reference
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctEtHad.h"

Go to the source code of this file.

Functions

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

Function Documentation

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

Pretty-print operator for L1GctEtHad.

Definition at line 25 of file L1GctEtHad.cc.

References L1GctEtHad::et(), L1GctEtHad::overFlow(), and alignCSCRings::s.

25  {
26  s << " L1GctEtHad: ";
27  s << " ht=" << c.et();
28  if (c.overFlow()) { s << "; overflow set"; }
29  return s;
30 }
bool overFlow() const
get the overflow
Definition: L1GctEtHad.h:48
unsigned et() const
get the Et
Definition: L1GctEtHad.h:45