Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SurfaceBoundsJsonConverter.hpp File Reference
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Plugins/Json/ActsJson.hpp"
#include "Acts/Surfaces/SurfaceBounds.hpp"
#include <array>
#include <cstddef>
#include <memory>
#include <string>
#include <vector>
#include <nlohmann/json.hpp>
+ Include dependency graph for SurfaceBoundsJsonConverter.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::SurfaceBoundsJsonConverter
 

Functions

void Acts::to_json (nlohmann::json &j, const SurfaceBounds &bounds)
 
nlohmann::json Acts::SurfaceBoundsJsonConverter::toJson (const SurfaceBounds &bounds)
 
nlohmann::json Acts::SurfaceBoundsJsonConverter::toJsonDetray (const SurfaceBounds &bounds, bool portal=false)
 
template<typename bounds_t >
std::shared_ptr< const bounds_t > Acts::SurfaceBoundsJsonConverter::fromJson (const nlohmann::json &j)
 The Transform converter from json.