Analysis Software
Documentation for sPHENIX simulation software
|
#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>
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. | |