|
BmnRoot
|
#include "UniValue.h"#include "nlohmann/json.hpp"#include <cstdint>#include <cstring>#include <string>Go to the source code of this file.
Classes | |
| struct | UniqueRunNumber |
| struct | BoolValue |
| struct | IntValue |
| struct | UIntValue |
| struct | DoubleValue |
| struct | StringValue |
| struct | BinaryValue |
| struct | IIValue |
| struct | DchMapValue |
| struct | GemMapValue |
| struct | GemPedestalValue |
| struct | TriggerMapValue |
| struct | MapBoolValue |
| struct | MapIntValue |
| struct | MapDVectorValue |
| struct | LorentzShiftValue |
| struct | AlignmentValue |
| struct | TdcInlValue |
| struct | JsonValue |
Macros | |
| #define | CREATE_PARAMETER_VALUE_H |
Typedefs | |
| using | json = nlohmann::json |
Enumerations | |
| enum | enumValueType : unsigned int { BoolType = 0 , IntType , UIntType , DoubleType , StringType , BinaryType , IIType , DchMapType , GemMapType , GemPedestalType , TriggerMapType , LorentzShiftType , MapBoolType , MapIntType , MapDVectorType , AlignmentType , TdcInlType , JsonType , UndefinedType = 999 } |
Functions | |
| UniValue * | CreateParameterValue (enumValueType parameter_type) |
| #define CREATE_PARAMETER_VALUE_H |
Definition at line 398 of file uni_db_structures.h.
| using json = nlohmann::json |
Definition at line 11 of file uni_db_structures.h.
| enum enumValueType : unsigned int |
Definition at line 35 of file uni_db_structures.h.
|
inline |
Definition at line 400 of file uni_db_structures.h.
References AlignmentType, BinaryType, BoolType, DchMapType, DoubleType, GemMapType, GemPedestalType, IIType, IntType, JsonType, LorentzShiftType, MapBoolType, MapDVectorType, MapIntType, StringType, TdcInlType, TriggerMapType, and UIntType.