#include <VisualisationEventJSONSerializer.h>
Inherits o2::event_visualisation::VisualisationEventSerializer.
|
static int | getIntOrDefault (rapidjson::Value &tree, const char *key, int defaultValue=0) |
|
static uint64_t | getUIntOrDefault (rapidjson::Value &tree, const char *key, uint64_t defaultValue=0) |
|
static float | getFloatOrDefault (rapidjson::Value &tree, const char *key, float defaultValue=0.0f) |
|
static std::string | getStringOrDefault (rapidjson::Value &tree, const char *key, const char *defaultValue="") |
|
static o2::dataformats::GlobalTrackID | gidFromString (const std::string &gid) |
|
static o2::dataformats::GlobalTrackID | deserialize (unsigned source, unsigned index, unsigned flags) |
|
static VisualisationEventSerializer * | getInstance (std::string ext) |
|
◆ ~VisualisationEventJSONSerializer()
o2::event_visualisation::VisualisationEventJSONSerializer::~VisualisationEventJSONSerializer |
( |
| ) |
|
|
overridedefault |
◆ fromFile()
bool o2::event_visualisation::VisualisationEventJSONSerializer::fromFile |
( |
VisualisationEvent & |
event, |
|
|
std::string |
fileName |
|
) |
| |
|
overridevirtual |
◆ getFloatOrDefault()
float o2::event_visualisation::VisualisationEventJSONSerializer::getFloatOrDefault |
( |
rapidjson::Value & |
tree, |
|
|
const char * |
key, |
|
|
float |
defaultValue = 0.0f |
|
) |
| |
|
static |
◆ getIntOrDefault()
int o2::event_visualisation::VisualisationEventJSONSerializer::getIntOrDefault |
( |
rapidjson::Value & |
tree, |
|
|
const char * |
key, |
|
|
int |
defaultValue = 0 |
|
) |
| |
|
static |
◆ getStringOrDefault()
std::string o2::event_visualisation::VisualisationEventJSONSerializer::getStringOrDefault |
( |
rapidjson::Value & |
tree, |
|
|
const char * |
key, |
|
|
const char * |
defaultValue = "" |
|
) |
| |
|
static |
◆ getUIntOrDefault()
uint64_t o2::event_visualisation::VisualisationEventJSONSerializer::getUIntOrDefault |
( |
rapidjson::Value & |
tree, |
|
|
const char * |
key, |
|
|
uint64_t |
defaultValue = 0 |
|
) |
| |
|
static |
◆ serializerName()
const std::string o2::event_visualisation::VisualisationEventJSONSerializer::serializerName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ toFile()
void o2::event_visualisation::VisualisationEventJSONSerializer::toFile |
( |
const VisualisationEvent & |
event, |
|
|
std::string |
fileName |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files: