#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctHFRingEtSums.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const L1GctHFRingEtSums &cand) |
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 }