this below should be private but Reflex doesn't like it More...
#include <MET.h>
Public Member Functions | |
void | add (float dpx, float dpy, float dsumEt) |
double | dpx () const |
double | dpy () const |
double | dsumEt () const |
void | pack () |
PackedMETUncertainty () | |
PackedMETUncertainty (float dpx, float dpy, float dsumEt) | |
void | set (float dpx, float dpy, float dsumEt) |
void | unpack () const |
Protected Attributes | |
float | dpx_ |
float | dpy_ |
float | dsumEt_ |
uint16_t | packedDpx_ |
uint16_t | packedDpy_ |
uint16_t | packedDSumEt_ |
bool | unpacked_ |
|
inline |
Definition at line 227 of file MET.h.
References timeUnitHelper::pack(), and timeUnitHelper::unpack().
|
inline |
Definition at line 228 of file MET.h.
References timeUnitHelper::pack(), and timeUnitHelper::unpack().
|
inline |
Definition at line 233 of file MET.h.
References reco::MET::dsumEt(), timeUnitHelper::pack(), and timeUnitHelper::unpack().
Referenced by pat::MET::findMETTotalShift(), counter.Counter::register(), SequenceTypes.Task::remove(), and SequenceTypes.Task::replace().
|
inline |
Definition at line 229 of file MET.h.
References timeUnitHelper::unpack().
Referenced by pat::MET::setUncShift(), pat::MET::shiftedP2(), pat::MET::shiftedP3(), and pat::MET::shiftedP4().
|
inline |
Definition at line 230 of file MET.h.
References timeUnitHelper::unpack().
Referenced by pat::MET::setUncShift(), pat::MET::shiftedP2(), pat::MET::shiftedP3(), and pat::MET::shiftedP4().
|
inline |
Definition at line 231 of file MET.h.
References timeUnitHelper::unpack().
Referenced by pat::MET::setUncShift(), and pat::MET::shiftedSumEt().
void MET::PackedMETUncertainty::pack | ( | ) |
Definition at line 450 of file MET.cc.
References MiniFloatConverter::float32to16().
Referenced by pyrootRender.interactiveRender::draw().
|
inline |
Definition at line 232 of file MET.h.
References reco::MET::dsumEt(), timeUnitHelper::pack(), and timeUnitHelper::unpack().
void MET::PackedMETUncertainty::unpack | ( | ) | const |
|
mutableprotected |
|
protected |