R3BROOT
R3B analysis software
|
#include <fmt/core.h>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
struct | R3B::MinMaxValue< DataType > |
class | fmt::formatter< R3B::MinMaxValue< DataType > > |
Namespaces | |
namespace | R3B |
Typedefs | |
using | R3B::MinMaxValueD = MinMaxValue<double> |
using | R3B::MinMaxValueF = MinMaxValue<float> |
using | R3B::MinMaxValueI = MinMaxValue<int> |
Functions | |
template<typename DataType> | |
void | R3B::to_json (nlohmann::ordered_json &json_obj, const MinMaxValue< DataType > &value) |
template<typename DataType> | |
void | R3B::from_json (const nlohmann::ordered_json &json_obj, MinMaxValue< DataType > &value) |