Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Plugins/Json/ActsJson.hpp"
#include "Acts/Utilities/IAxis.hpp"
#include "Acts/Utilities/detail/AxisFwd.hpp"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::AxisJsonConverter |
namespace | Acts::GridJsonConverter |
Functions | |
nlohmann::json | Acts::AxisJsonConverter::toJson (const IAxis &ia) |
Convert an axis to json. | |
template<typename grid_type > | |
nlohmann::json | Acts::GridJsonConverter::toJson (const grid_type &grid) |
Templated grid conversion to json. | |
template<typename axis_generator_type > | |
auto | Acts::GridJsonConverter::fromJson (const nlohmann::json &jGrid, const axis_generator_type &aGenerator) |
Templated grid conversion from json. | |