CMS 3D CMS Logo

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

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

Definition at line 74 of file L1CaloEmCand.cc.

References L1CaloEmCand::bx(), L1CaloEmCand::index(), L1CaloEmCand::isolated(), L1CaloEmCand::rank(), L1CaloEmCand::rctCard(), L1CaloEmCand::rctCrate(), and L1CaloEmCand::rctRegion().

00074                                                           {
00075   s << "L1CaloEmCand : " << hex;
00076   s << "rank=" << cand.rank();
00077   s << ", region=" << cand.rctRegion() << ", card=" << cand.rctCard() << ", crate=" << cand.rctCrate();
00078   s << ", iso=" << cand.isolated() << dec;
00079   s << hex << ", index=" << cand.index() << ", BX=" << cand.bx() << dec;
00080   return s;
00081 }


Generated on Tue Jun 9 17:52:08 2009 for CMSSW by  doxygen 1.5.4