CMS 3D CMS Logo

L1GctJetCounts.cc File Reference

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

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const L1GctJetCounts &c)


Function Documentation

ostream& operator<< ( ostream &  s,
const L1GctJetCounts c 
)

Definition at line 92 of file L1GctJetCounts.cc.

References L1GctJetCounts::count(), and i.

00092                                                          {
00093   s << "L1GctJetCounts : ";
00094   for (unsigned int i=0 ; i<12 ; ++i) {
00095     s << "\n     count " << i<< "=" << c.count(i);
00096   }
00097   return s;
00098 }


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