this below should be private but Reflex doesn't like it More...
#include <MET.h>
Public Member Functions | |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
void MET::PackedMETUncertainty::pack | ( | ) |
Definition at line 197 of file MET.cc.
References MiniFloatConverter::float32to16().
Referenced by pyrootRender.interactiveRender::draw(), PackedMETUncertainty(), and set().
|
inline |
void MET::PackedMETUncertainty::unpack | ( | ) | const |
Definition at line 202 of file MET.cc.
References MiniFloatConverter::float16to32().
Referenced by dpx(), dpy(), dsumEt(), PackedMETUncertainty(), and set().
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
|
protected |