Persistable copy of total Ht measured at Level-1. More...
#include <L1GctEtHad.h>
Public Types | |
enum | numberOfBits { kEtHadNBits = 12, kEtHadOFlowBit = 1 << kEtHadNBits, kEtHadMaxValue = kEtHadOFlowBit - 1, kRawCtorMask = kEtHadOFlowBit | kEtHadMaxValue } |
Public Member Functions | |
int16_t | bx () const |
get bunch-crossing index More... | |
bool | empty () const |
empty method (= false; hadronic Et is always calculated) More... | |
unsigned | et () const |
get the Et More... | |
L1GctEtHad () | |
L1GctEtHad (uint16_t rawData) | |
L1GctEtHad (uint16_t rawData, int16_t bx) | |
L1GctEtHad (unsigned et, bool oflow) | |
L1GctEtHad (unsigned et, bool oflow, int16_t bx) | |
std::string | name () const |
name method More... | |
int | operator!= (const L1GctEtHad &e) const |
inequality operator More... | |
int | operator== (const L1GctEtHad &e) const |
equality operator More... | |
bool | overFlow () const |
get the overflow More... | |
uint16_t | raw () const |
get the data More... | |
virtual | ~L1GctEtHad () |
Private Attributes | |
int16_t | m_bx |
uint16_t | m_data |
Persistable copy of total Ht measured at Level-1.
Definition at line 18 of file L1GctEtHad.h.
Enumerator | |
---|---|
kEtHadNBits | |
kEtHadOFlowBit | |
kEtHadMaxValue | |
kRawCtorMask |
Definition at line 21 of file L1GctEtHad.h.
L1GctEtHad::L1GctEtHad | ( | ) |
Definition at line 4 of file L1GctEtHad.cc.
L1GctEtHad::L1GctEtHad | ( | uint16_t | rawData | ) |
Definition at line 6 of file L1GctEtHad.cc.
L1GctEtHad::L1GctEtHad | ( | uint16_t | rawData, |
int16_t | bx | ||
) |
Definition at line 8 of file L1GctEtHad.cc.
L1GctEtHad::L1GctEtHad | ( | unsigned | et, |
bool | oflow | ||
) |
Definition at line 10 of file L1GctEtHad.cc.
References kEtHadMaxValue, kEtHadOFlowBit, and m_data.
L1GctEtHad::L1GctEtHad | ( | unsigned | et, |
bool | oflow, | ||
int16_t | bx | ||
) |
Definition at line 16 of file L1GctEtHad.cc.
References kEtHadMaxValue, kEtHadOFlowBit, and m_data.
|
virtual |
Definition at line 22 of file L1GctEtHad.cc.
|
inline |
|
inline |
empty method (= false; hadronic Et is always calculated)
Definition at line 39 of file L1GctEtHad.h.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
get the Et
Definition at line 45 of file L1GctEtHad.h.
References kEtHadMaxValue, and m_data.
Referenced by L1GtEnergySumCondition::evaluateCondition(), operator<<(), and L1GlobalTriggerPSB::printGctObjectData().
|
inline |
name method
Definition at line 36 of file L1GctEtHad.h.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inline |
|
inline |
|
inline |
get the overflow
Definition at line 48 of file L1GctEtHad.h.
References kEtHadOFlowBit, and m_data.
Referenced by L1GtEnergySumCondition::evaluateCondition(), and operator<<().
|
inline |
get the data
Definition at line 42 of file L1GctEtHad.h.
References m_data.
Referenced by L1GtPatternGenerator::analyze(), L1GlobalTriggerPSB::fillPsbBlock(), operator!=(), and operator==().
|
private |
Definition at line 62 of file L1GctEtHad.h.
Referenced by bx().
|
private |
Definition at line 61 of file L1GctEtHad.h.
Referenced by et(), L1GctEtHad(), operator!=(), operator==(), overFlow(), and raw().