Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/TrackingVolume.hpp"
#include "Acts/Plugins/Json/ActsJson.hpp"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
Typedefs | |
using | Acts::TrackingVolumePointer = const Acts::TrackingVolume * |
Functions | |
void | Acts::to_json (nlohmann::json &j, const TrackingVolumeAndMaterial &volume) |
void | Acts::to_json (nlohmann::json &j, const Acts::TrackingVolume &volume) |
Conversion of a tracking volume. | |