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 |
|
inline |
|
inline |
Definition at line 234 of file MET.h.
References dpx(), dpx_, dpy(), dpy_, dsumEt(), and dsumEt_.
Referenced by pat::MET::findMETTotalShift(), and counter.Counter::register().
|
inline |
Definition at line 230 of file MET.h.
References dpx_, unpack(), and unpacked_.
Referenced by add(), set(), pat::MET::setUncShift(), pat::MET::shiftedP2(), pat::MET::shiftedP3(), and pat::MET::shiftedP4().
|
inline |
Definition at line 231 of file MET.h.
References dpy_, unpack(), and unpacked_.
Referenced by add(), set(), pat::MET::setUncShift(), pat::MET::shiftedP2(), pat::MET::shiftedP3(), and pat::MET::shiftedP4().
|
inline |
Definition at line 232 of file MET.h.
References dsumEt_, unpack(), and unpacked_.
Referenced by add(), set(), pat::MET::setUncShift(), and pat::MET::shiftedSumEt().
void MET::PackedMETUncertainty::pack | ( | ) |
Definition at line 439 of file MET.cc.
References MiniFloatConverter::float32to16().
Referenced by pyrootRender.interactiveRender::draw(), PackedMETUncertainty(), and set().
|
inline |
void MET::PackedMETUncertainty::unpack | ( | ) | const |
Definition at line 444 of file MET.cc.
References MiniFloatConverter::float16to32().
Referenced by dpx(), dpy(), dsumEt(), PackedMETUncertainty(), and set().
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
|
protected |