Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryIdentifier.hpp"
#include "Acts/Plugins/Json/ActsJson.hpp"
#include <string>
#include <vector>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ActsExamples |
Functions | |
void | ActsExamples::from_json (const nlohmann::json &data, Acts::GeometryIdentifier &geoId) |
void | ActsExamples::to_json (nlohmann::json &data, const Acts::GeometryIdentifier &geoId) |
void | ActsExamples::from_json (const nlohmann::json &data, std::vector< Acts::GeometryIdentifier > &geoIdList) |
void | ActsExamples::to_json (nlohmann::json &data, const std::vector< Acts::GeometryIdentifier > &geoIdList) |
std::vector < Acts::GeometryIdentifier > | ActsExamples::readJsonGeometryList (const std::string &path) |
void | ActsExamples::writeJsonGeometryList (const std::vector< Acts::GeometryIdentifier > &geoIdList, const std::string &path) |