Functions | |
float | rm_outlier (float val) |
float | scale_and_rm_outlier (float val, float scale) |
Variables | |
static const std::unordered_map< int, int32_t > | charge_embedding {{-1, 0}, {0, 1}, {1, 2}} |
static const std::unordered_map< int, int32_t > | pdg_id_embedding |
float deepmet_helper::rm_outlier | ( | float | val | ) |
Definition at line 12 of file DeepMETHelper.cc.
References CommonMethods::isnan(), and heppy_batch::val.
Referenced by DeepMETSonicProducer::acquire(), and DeepMETProducer::produce().
float deepmet_helper::scale_and_rm_outlier | ( | float | val, |
float | scale | ||
) |
Definition at line 5 of file DeepMETHelper.cc.
References CommonMethods::isnan(), isotrackNtupler::scale, and heppy_batch::val.
Referenced by DeepMETSonicProducer::acquire(), and DeepMETProducer::produce().
|
static |
Definition at line 11 of file DeepMETHelp.h.
Referenced by DeepMETSonicProducer::acquire(), and DeepMETProducer::produce().
|
static |
Definition at line 12 of file DeepMETHelp.h.
Referenced by DeepMETSonicProducer::acquire(), and DeepMETProducer::produce().