CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 52 of file L1CaloEmCand.cc.

References alignCSCRings::s.

52  {
53  s << "L1CaloEmCand : ";
54  s << "rank=" << cand.rank();
55  s << ", region=" << cand.rctRegion() << ", card=" << cand.rctCard() << ", crate=" << cand.rctCrate();
56  s << ", iso=" << cand.isolated();
57  s << ", index=" << cand.index() << ", BX=" << cand.bx();
58  return s;
59 }