#include <boost/cstdint.hpp>
#include <functional>
#include <vector>
#include <ostream>
#include "DataFormats/L1CaloTrigger/interface/L1CaloRegionDetId.h"
#include "boost/shared_ptr.hpp"
Go to the source code of this file.
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const L1GctJet & |
cand |
|
) |
| |
Definition at line 23 of file L1GctJet.cc.
References L1GctJet::globalEta(), L1GctJet::globalPhi(), L1GctJet::isCentralJet(), L1GctJet::isForwardJet(), L1GctJet::isNullJet(), L1GctJet::isTauJet(), L1GctJet::m_rawsum, and L1GctJet::overFlow().
26 os <<
" energy sum " << cand.
m_rawsum;
27 if (cand.
overFlow()) { os <<
", overflow bit set;"; }
32 if (cand.
isTauJet()) { os <<
", Tau jet"; }
33 if (cand.
isNullJet()) { os <<
", Null jet"; }
bool isTauJet() const
test whether this jet candidate is a valid tau jet
bool isNullJet() const
test whether this jet candidate has been filled
unsigned globalPhi() const
phi value in global CMS coordinates
unsigned globalEta() const
eta value in global CMS coordinates
bool overFlow() const
get overflow
bool isForwardJet() const
test whether this jet candidate is a forward jet
bool isCentralJet() const
test whether this jet candidate is a (non-tau) central jet