Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JsonGeometryList.hpp File Reference
#include "Acts/Geometry/GeometryIdentifier.hpp"
#include "Acts/Plugins/Json/ActsJson.hpp"
#include <string>
#include <vector>
#include <nlohmann/json.hpp>
+ Include dependency graph for JsonGeometryList.hpp:
+ This graph shows which files directly or indirectly include this file:

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)