#include <functional>
#include <vector>
#include <ostream>
#include <memory>
#include "DataFormats/L1CaloTrigger/interface/L1CaloRegionDetId.h"
#include <cstdint>
Go to the source code of this file.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const L1GctJet & |
cand |
|
) |
| |
Definition at line 22 of file L1GctJet.cc.
24 os <<
" energy sum " <<
cand.m_rawsum;
25 if (
cand.overFlow()) {
26 os <<
", overflow bit set;";
28 os <<
" Eta " <<
cand.globalEta();
29 os <<
" Phi " <<
cand.globalPhi();
30 if (
cand.isForwardJet()) {
31 os <<
", Forward jet";
33 if (
cand.isCentralJet()) {
34 os <<
", Central jet";
36 if (
cand.isTauJet()) {
39 if (
cand.isNullJet()) {