Persistable copy of missing Et measured at Level-1. More...
#include <L1GctEtMiss.h>
Public Types | |
enum | numberOfBits { kEtMissNBits = 12, kEtMissOFlowBit = 1 << kEtMissNBits, kEtMissMaxValue = kEtMissOFlowBit - 1, kEtMissPhiShift = 16, kEtMissPhiNBits = 7, kETMissPhiMask = (1 << kEtMissPhiNBits) - 1, kEtMissPhiNBins = 72, kRawCtorMask = (kETMissPhiMask << kEtMissPhiShift) | kEtMissOFlowBit | kEtMissMaxValue } |
Public Member Functions | |
int16_t | bx () const |
get bunch-crossing index More... | |
bool | empty () const |
empty method (= false; missing Et is always calculated) More... | |
unsigned | et () const |
get the magnitude More... | |
L1GctEtMiss () | |
L1GctEtMiss (uint32_t rawData) | |
For use with raw data from the unpacker. More... | |
L1GctEtMiss (uint32_t rawData, int16_t bx) | |
For use with raw data from the unpacker. More... | |
L1GctEtMiss (unsigned et, unsigned phi, bool oflow) | |
L1GctEtMiss (unsigned et, unsigned phi, bool oflow, int16_t bx) | |
std::string | name () const |
name method More... | |
int | operator!= (const L1GctEtMiss &e) const |
inequality operator More... | |
int | operator== (const L1GctEtMiss &e) const |
equality operator More... | |
bool | overFlow () const |
get the overflow More... | |
unsigned | phi () const |
get the Et More... | |
uint32_t | raw () const |
get the data More... | |
virtual | ~L1GctEtMiss () |
Private Attributes | |
int16_t | m_bx |
uint32_t | m_data |
Persistable copy of missing Et measured at Level-1.
Definition at line 18 of file L1GctEtMiss.h.
To match the RAW format, EtMiss is on bits 11:0, Overflow flag on bit 12, and Phi is on bits 22:16. All other bits will be be zero.
Enumerator | |
---|---|
kEtMissNBits | |
kEtMissOFlowBit | |
kEtMissMaxValue | |
kEtMissPhiShift | |
kEtMissPhiNBits | |
kETMissPhiMask | |
kEtMissPhiNBins | |
kRawCtorMask |
Definition at line 23 of file L1GctEtMiss.h.
L1GctEtMiss::L1GctEtMiss | ( | ) |
Definition at line 4 of file L1GctEtMiss.cc.
L1GctEtMiss::L1GctEtMiss | ( | uint32_t | rawData | ) |
For use with raw data from the unpacker.
Definition at line 10 of file L1GctEtMiss.cc.
L1GctEtMiss::L1GctEtMiss | ( | uint32_t | rawData, |
int16_t | bx | ||
) |
For use with raw data from the unpacker.
Definition at line 12 of file L1GctEtMiss.cc.
L1GctEtMiss::L1GctEtMiss | ( | unsigned | et, |
unsigned | phi, | ||
bool | oflow | ||
) |
Definition at line 14 of file L1GctEtMiss.cc.
References kEtMissMaxValue, kEtMissOFlowBit, kETMissPhiMask, kEtMissPhiNBins, kEtMissPhiShift, and m_data.
L1GctEtMiss::L1GctEtMiss | ( | unsigned | et, |
unsigned | phi, | ||
bool | oflow, | ||
int16_t | bx | ||
) |
Definition at line 24 of file L1GctEtMiss.cc.
References kEtMissMaxValue, kEtMissOFlowBit, kETMissPhiMask, kEtMissPhiNBins, kEtMissPhiShift, and m_data.
|
virtual |
Definition at line 34 of file L1GctEtMiss.cc.
|
inline |
|
inline |
empty method (= false; missing Et is always calculated)
Definition at line 52 of file L1GctEtMiss.h.
Referenced by Vispa.Gui.VispaWidget.TextField::setAutosizeFont(), and Vispa.Gui.VispaWidget.TextField::setAutotruncate().
|
inline |
get the magnitude
Definition at line 58 of file L1GctEtMiss.h.
References kEtMissMaxValue, and m_data.
Referenced by L1GtPatternGenerator::analyze(), HLTGetDigi::analyze(), L1GtEnergySumCondition::evaluateCondition(), operator<<(), and L1GlobalTriggerPSB::printGctObjectData().
|
inline |
name method
Definition at line 49 of file L1GctEtMiss.h.
Referenced by config.CFG::__str__(), validation.Sample::digest(), VIDSelectorBase.VIDSelectorBase::initialize(), and Vispa.Views.PropertyView.Property::valueChanged().
|
inline |
|
inline |
|
inline |
get the overflow
Definition at line 61 of file L1GctEtMiss.h.
References kEtMissOFlowBit, and m_data.
Referenced by L1GtEnergySumCondition::evaluateCondition(), and operator<<().
|
inline |
get the Et
Definition at line 64 of file L1GctEtMiss.h.
References kETMissPhiMask, kEtMissPhiShift, and m_data.
Referenced by Particle.Particle::__str__(), L1GtPatternGenerator::analyze(), HLTGetDigi::analyze(), L1GtEnergySumCondition::evaluateCondition(), L1GtCorrelationCondition::evaluateCondition(), operator<<(), ntupleDataFormat.Track::phiPull(), and L1GlobalTriggerPSB::printGctObjectData().
|
inline |
get the data
Definition at line 55 of file L1GctEtMiss.h.
References m_data.
Referenced by L1GlobalTriggerPSB::fillPsbBlock(), operator!=(), and operator==().
|
private |
Definition at line 78 of file L1GctEtMiss.h.
Referenced by bx().
|
private |
Definition at line 77 of file L1GctEtMiss.h.
Referenced by et(), L1GctEtMiss(), operator!=(), operator==(), overFlow(), phi(), and raw().