CMS 3D CMS Logo

L1GctInternJetData.cc File Reference

#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternJetData.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const L1GctInternJetData &c)
 pretty print


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const L1GctInternJetData c 
)

pretty print

Definition at line 141 of file L1GctInternJetData.cc.

References L1GctInternJetData::bx(), L1GctInternJetData::capBlock(), L1GctInternJetData::capIndex(), L1GctInternJetData::empty(), L1GctInternJetData::et(), L1GctInternJetData::eta(), L1GctInternJetData::oflow(), L1GctInternJetData::phi(), L1GctInternJetData::rank(), L1GctInternJetData::tauVeto(), and L1GctInternJetData::type().

00141                                                                    {
00142   s << "L1GctInternJetData :";
00143   if (c.empty()) { 
00144     s << " empty!"; 
00145   }
00146   s << " type=" << c.type();
00147   s << " oflow=" << c.oflow();
00148   s << " et=" << c.et();
00149   s << " eta=" << c.eta();
00150   s << " phi=" << c.phi();
00151   s << " tauVeto=" << c.tauVeto();
00152   s << " rank=" << c.rank();
00153   s << " cap block=" << std::hex << c.capBlock();
00154   s << " index=" << c.capIndex();
00155   s << " BX=" << c.bx();
00156   return s; 
00157 }


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