#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctJetCounts.h"
Go to the source code of this file.
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 }