CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 40 of file L1GctInternEmCand.cc.

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

40  {
41  s << "L1GctInternEmCand : ";
42  s << "rank=" << cand.rank();
43  s << ", etaSign=" << cand.etaSign() << ", eta=" << (cand.etaIndex() & 0xf) << ", phi=" << cand.phiIndex();
44  s << ", iso=" << cand.isolated();
45  s << " cap block=" << hex << cand.capBlock();
46  s << ", index=" << dec << cand.capIndex() << ", BX=" << cand.bx();
47  return s;
48 }