CMS 3D CMS Logo

L1GctHFRingEtSums.cc File Reference

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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const L1GctHFRingEtSums &cand)


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const L1GctHFRingEtSums cand 
)

Definition at line 77 of file L1GctHFRingEtSums.cc.

References lat::endl(), and L1GctHFRingEtSums::etSum().

00077                                                                      {
00078   s << "L1GctHFRingEtSums :";
00079   s << " ring1 eta+=" << cand.etSum(0);
00080   s << " ring1 eta-=" << cand.etSum(1);
00081   s << " ring2 eta+=" << cand.etSum(2);
00082   s << " ring2 eta-=" << cand.etSum(3);
00083   s << std::endl;
00084   return s;
00085 }


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