Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GridJsonConverter.hpp File Reference
+ Include dependency graph for GridJsonConverter.hpp:
+ This graph shows which files directly or indirectly include this file:

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.