CMS 3D CMS Logo

Functions
L1GctHFRingEtSums.cc File Reference
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctHFRingEtSums.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const L1GctHFRingEtSums &cand)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const L1GctHFRingEtSums cand 
)

Definition at line 61 of file L1GctHFRingEtSums.cc.

61  {
62  s << "L1GctHFRingEtSums :";
63 
64  if (cand.empty()) {
65  s << " empty";
66  } else {
67  s << " ring1 eta+=" << cand.etSum(0);
68  s << " ring1 eta-=" << cand.etSum(1);
69  s << " ring2 eta+=" << cand.etSum(2);
70  s << " ring2 eta-=" << cand.etSum(3);
71  s << std::endl;
72  }
73 
74  s << std::hex << " cap block=" << cand.capBlock() << std::dec << " index=" << cand.capIndex() << " BX=" << cand.bx();
75 
76  return s;
77 }

References TauDecayModes::dec, and alignCSCRings::s.

alignCSCRings.s
s
Definition: alignCSCRings.py:92
cand
Definition: decayParser.h:34
TauDecayModes.dec
dec
Definition: TauDecayModes.py:143