Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UtilitiesJsonConverter.hpp File Reference
#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>
+ Include dependency graph for UtilitiesJsonConverter.hpp:
+ This graph shows which files directly or indirectly include this file:

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)