CMS 3D CMS Logo

Functions
L1GctEmCand.cc File Reference
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctEmCand.h"
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const L1GctEmCand &cand)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  s,
const L1GctEmCand cand 
)

Definition at line 93 of file L1GctEmCand.cc.

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

93  {
94  s << "L1GctEmCand : ";
95  s << "rank=" << cand.rank();
96  s << ", etaSign=" << cand.etaSign() << ", eta=" << (cand.etaIndex() & 0x7) << ", phi=" << cand.phiIndex();
97  s << ", iso=" << cand.isolated();
98  s << hex << " cap block=" << cand.capBlock() << dec << ", index=" << cand.capIndex() << ", BX=" << cand.bx();
99  return s;
100 }