Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Plugins/Json/ActsJson.hpp"
#include "Acts/Utilities/BinUtility.hpp"
#include "Acts/Utilities/BinningData.hpp"
#include "Acts/Utilities/Range1D.hpp"
#include <nlohmann/json.hpp>
Go to the source code of this file.
Classes | |
class | Acts::Range1D< Type > |
A one-dimensional range between two points. More... | |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
Functions | |
void | Acts::to_json (nlohmann::json &j, const BinningData &bd) |
void | Acts::from_json (const nlohmann::json &j, BinningData &bd) |
void | Acts::to_json (nlohmann::json &j, const BinUtility &bu) |
void | Acts::from_json (const nlohmann::json &j, BinUtility &bu) |
template<typename Type > | |
void | Acts::to_json (nlohmann::json &j, const Range1D< Type > &r) |
template<typename Type > | |
void | Acts::from_json (const nlohmann::json &j, Range1D< Type > &r) |