this below should be private but Reflex doesn't like it More...
#include <MET.h>
Public Member Functions | |
PackedMETUncertainty () | |
PackedMETUncertainty (float dpx, float dpy, float dsumEt) | |
void | set (float dpx, float dpy, float dsumEt) |
UnpackedMETUncertainty | unpack () const |
float | unpackDpx () const |
float | unpackDpy () const |
float | unpackDSumEt () const |
Protected Member Functions | |
void | pack (float dpx, float dpy, float dsumEt) |
Protected Attributes | |
uint16_t | packedDpx_ |
uint16_t | packedDpy_ |
uint16_t | packedDSumEt_ |
|
inline |
Definition at line 298 of file MET.h.
References pack().
|
inline |
Definition at line 299 of file MET.h.
References reco::MET::dsumEt(), and pack().
|
protected |
Definition at line 460 of file MET.cc.
References reco::MET::dsumEt(), and MiniFloatConverter::float32to16().
Referenced by PackedMETUncertainty(), and set().
|
inline |
Definition at line 300 of file MET.h.
References reco::MET::dsumEt(), and pack().
MET::UnpackedMETUncertainty MET::PackedMETUncertainty::unpack | ( | ) | const |
Definition at line 447 of file MET.cc.
References reco::MET::dsumEt(), MiniFloatConverter::float16to32(), packedDpx_, packedDpy_, and packedDSumEt_.
float MET::PackedMETUncertainty::unpackDpx | ( | ) | const |
Definition at line 454 of file MET.cc.
References MiniFloatConverter::float16to32().
Referenced by pat::MET::setUncShift(), pat::MET::shiftedP2(), pat::MET::shiftedP3(), and pat::MET::shiftedP4().
float MET::PackedMETUncertainty::unpackDpy | ( | ) | const |
Definition at line 456 of file MET.cc.
References MiniFloatConverter::float16to32().
Referenced by pat::MET::setUncShift(), pat::MET::shiftedP2(), pat::MET::shiftedP3(), and pat::MET::shiftedP4().
float MET::PackedMETUncertainty::unpackDSumEt | ( | ) | const |
Definition at line 458 of file MET.cc.
References MiniFloatConverter::float16to32().
Referenced by pat::MET::setUncShift(), and pat::MET::shiftedSumEt().
|
protected |
|
protected |