#include <ostream>
#include <cstdint>
Go to the source code of this file.
◆ operator<<()
Definition at line 135 of file L1GctInternHtMiss.cc.
References L1GctInternHtMiss::bx(), L1GctInternHtMiss::capBlock(), L1GctInternHtMiss::capIndex(), TauDecayModes::dec, L1GctInternHtMiss::htx(), L1GctInternHtMiss::hty(), L1GctInternHtMiss::isThereHtx(), L1GctInternHtMiss::isThereHty(), l1tGTMenu_BTagSeeds_cff::os, and L1GctInternHtMiss::overflow().
136 os <<
" L1GctInternHtMiss: htx=";
149 os <<
"; overflow set";
152 <<
", BX=" << rhs.
bx();
bool overflow() const
Get overflow.
int16_t hty() const
Get Ht y-component.
bool isThereHtx() const
Is there a valid Ht x-component stored?
uint16_t capBlock() const
Get capture block.
int16_t bx() const
Get BX number.
bool isThereHty() const
Is there a valid Ht y-component stored?
int16_t htx() const
Get Ht x-component value.
uint16_t capIndex() const
Get index within capture block.