ATLAS Offline Software
|
Classes | |
class | JetVertexNNTagger |
struct | NNJvtBinning |
Helper struct to hold the bin edges for the NN Jvt cut maps. More... | |
struct | NNJvtCutMap |
The NNJvt cut maps. More... | |
Functions | |
void | to_json (nlohmann::json &j, const NNJvtBinning &binning) |
void | from_json (const nlohmann::json &j, NNJvtBinning &binning) |
void | to_json (nlohmann::json &j, const NNJvtCutMap &cutMap) |
void | from_json (const nlohmann::json &j, NNJvtCutMap &cutMap) |
Variables | |
constexpr float | GeV =1e3 |
void JetPileupTag::from_json | ( | const nlohmann::json & | j, |
NNJvtBinning & | binning | ||
) |
void JetPileupTag::from_json | ( | const nlohmann::json & | j, |
NNJvtCutMap & | cutMap | ||
) |
Definition at line 42 of file NNJvtBinning.cxx.
void JetPileupTag::to_json | ( | nlohmann::json & | j, |
const NNJvtBinning & | binning | ||
) |
Definition at line 20 of file NNJvtBinning.cxx.
void JetPileupTag::to_json | ( | nlohmann::json & | j, |
const NNJvtCutMap & | cutMap | ||
) |
Definition at line 32 of file NNJvtBinning.cxx.
|
constexpr |
Definition at line 42 of file JetVertexNNTagger.h.