R3BROOT
R3B analysis software
|
#include <R3BNeulandCLIAbstract.h>
#include <TStopwatch.h>
#include <algorithm>
#include <fmt/core.h>
#include <fstream>
#include <functional>
#include <ios>
#include <iterator>
#include <memory>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#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. | |
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" |