R3BROOT
R3B analysis software
|
#include "R3BNeulandAppOptionJson.h"
#include "JsonParse/GeneratorFactoryJson.h"
#include "JsonParse/ParticleFilterJson.h"
#include "R3BDigitizingTamex.h"
#include "R3BException.h"
#include "R3BNeulandAnalysisApp.h"
#include "R3BNeulandApp.h"
#include "R3BNeulandCalToHitParTask.h"
#include "R3BNeulandDigitizer.h"
#include "R3BNeulandJsonHeader.h"
#include "R3BNeulandSimApp.h"
#include <R3BROOTTypeJson.h>
#include <fmt/core.h>
#include <magic_enum/magic_enum.hpp>
#include <nlohmann/json.hpp>
#include <nlohmann/json_fwd.hpp>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | R3B |
namespace | R3B::Digitizing |
namespace | R3B::Digitizing::Neuland |
Simulation of Mock Bar/Paddle. | |
namespace | R3B::Digitizing::Neuland::Tamex |
namespace | R3B::Neuland |
Simulation of NeuLAND Bar/Paddle. | |
Functions | |
void | R3B::Digitizing::Neuland::Tamex::to_json (json &json_obj, const Params ¶m) |
void | R3B::Digitizing::Neuland::Tamex::from_json (const json &json_obj, Params ¶m) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const MinimizerLimVar &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, MinimizerLimVar &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const CLIApplication::Options &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, CLIApplication::Options &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const CLIApplication::Options::Input &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, CLIApplication::Options::Input &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const CLIApplication::Options::Output &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, CLIApplication::Options::Output &option) |
template<> | |
void | R3B::Neuland::to_json (json &json_obj, const AnalysisApplication::Options &option) |
template<> | |
void | R3B::Neuland::from_json (const json &json_obj, AnalysisApplication::Options &option) |
template<> | |
void | R3B::Neuland::to_json (json &json_obj, const AnalysisApplication::Options::Tasks &option) |
template<> | |
void | R3B::Neuland::from_json (const json &json_obj, AnalysisApplication::Options::Tasks &option) |
template<> | |
void | R3B::Neuland::to_json (json &json_obj, const R3B::Neuland::DigiTaskOptions &option) |
template<> | |
void | R3B::Neuland::from_json (const json &json_obj, R3B::Neuland::DigiTaskOptions &option) |
template<> | |
void | R3B::Neuland::to_json (json &json_obj, const AnalysisApplication::Options::Tasks::MultiTrain &option) |
template<> | |
void | R3B::Neuland::from_json (const json &json_obj, AnalysisApplication::Options::Tasks::MultiTrain &option) |
template<> | |
void | R3B::Neuland::to_json (json &json_obj, const AnalysisApplication::Options::Tasks::NeutronRValue &option) |
template<> | |
void | R3B::Neuland::from_json (const json &json_obj, AnalysisApplication::Options::Tasks::NeutronRValue &option) |
template<> | |
void | R3B::Neuland::to_json (json &json_obj, const AnalysisApplication::Options::Tasks::Cal2HitParTask &option) |
template<> | |
void | R3B::Neuland::from_json (const json &json_obj, AnalysisApplication::Options::Tasks::Cal2HitParTask &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const SimulationApplication::Options &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, SimulationApplication::Options &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const SimulationApplication::Options::Simulation &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, SimulationApplication::Options::Simulation &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const SimulationApplication::Options::Detector &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, SimulationApplication::Options::Detector &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const SimulationApplication::Options::Detector::Cave &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, SimulationApplication::Options::Detector::Cave &option) |
template<> | |
void | R3B::Neuland::to_json (nlohmann::ordered_json &json_obj, const SimulationApplication::Options::Detector::Neuland &option) |
template<> | |
void | R3B::Neuland::from_json (const nlohmann::ordered_json &json_obj, SimulationApplication::Options::Detector::Neuland &option) |