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

Functions

void Acts::to_json (nlohmann::json &j, const VolumeBounds &bounds)
 
nlohmann::json Acts::VolumeBoundsJsonConverter::toJson (const VolumeBounds &bounds)
 
template<typename bounds_t >
std::unique_ptr< bounds_t > Acts::VolumeBoundsJsonConverter::fromJson (const nlohmann::json &jVolumeBounds)
 The Transform converter from json.