|
R3BROOT
R3B analysis software
|
#include "JsonParse/SpecialParsing.h"#include <R3BException.h>#include <R3BNeulandCLIAbstract.h>#include <TStopwatch.h>#include <algorithm>#include <cstdint>#include <fairlogger/Logger.h>#include <fmt/base.h>#include <fmt/core.h>#include <fmt/format.h>#include <fstream>#include <functional>#include <glaze/core/context.hpp>#include <glaze/core/opts.hpp>#include <glaze/core/ostream_buffer.hpp>#include <glaze/core/reflect.hpp>#include <glaze/json/write.hpp>#include <ios>#include <iterator>#include <memory>#include <string>#include <string_view>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | R3B::Neuland::CLIApplication |
| struct | R3B::Neuland::CLIApplication::Options |
| struct | R3B::Neuland::CLIApplication::Options::Input |
| struct | R3B::Neuland::CLIApplication::Options::Output |
Namespaces | |
| namespace | CLI |
| namespace | R3B |
| namespace | R3B::Neuland |
| Simulation of NeuLAND Bar/Paddle. | |
Enumerations | |
| enum class | R3B::WriteMode : uint8_t { R3B::NEW , R3B::recreate , R3B::update , R3B::read } |
Variables | |
| constexpr auto | R3B::Neuland::DEFAULT_EVENT_NUM = 100 |
| constexpr auto | R3B::Neuland::DEFAULT_RUN_ID = 999 |
| const auto | R3B::Neuland::DEFAULT_JSON_FILENAME = "config.json" |