CMS 3D CMS Logo

Classes | Functions
L1GctHtMiss.h File Reference
#include <ostream>
#include <cstdint>

Go to the source code of this file.

Classes

class  L1GctHtMiss
 Persistable copy of missing Et measured at Level-1. More...
 

Functions

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

Detailed Description

Author
: Jim Brooke

Definition in file L1GctHtMiss.h.

Function Documentation

◆ operator<<()

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

Pretty-print operator for L1GctHtMiss.

Definition at line 36 of file L1GctHtMiss.cc.

References DummyCfis::c, and alignCSCRings::s.

36  {
37  s << " L1GctHtMiss: ";
38  s << " mag=" << c.et() << ", phi=" << c.phi();
39  if (c.overFlow()) {
40  s << "; overflow set";
41  }
42  return s;
43 }