Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JsonDigitizationConfig.hpp File Reference
+ Include dependency graph for JsonDigitizationConfig.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ActsExamples
 

Typedefs

using ActsExamples::DigiConfigContainer = Acts::GeometryHierarchyMap< DigiComponentsConfig >
 
using ActsExamples::DigiConfigConverter = Acts::GeometryHierarchyMapJsonConverter< DigiComponentsConfig >
 

Functions

void ActsExamples::to_json (nlohmann::json &j, const ParameterSmearingConfig &psc)
 
void ActsExamples::from_json (const nlohmann::json &j, ParameterSmearingConfig &psc)
 
void ActsExamples::to_json (nlohmann::json &j, const GeometricConfig &gdc)
 
void ActsExamples::from_json (const nlohmann::json &j, GeometricConfig &gdc)
 
void ActsExamples::to_json (nlohmann::json &j, const SmearingConfig &sdc)
 
void ActsExamples::from_json (const nlohmann::json &j, SmearingConfig &sdc)
 
void ActsExamples::to_json (nlohmann::json &j, const DigiComponentsConfig &dc)
 
void ActsExamples::from_json (const nlohmann::json &j, DigiComponentsConfig &dc)
 
Acts::GeometryHierarchyMap
< DigiComponentsConfig > 
ActsExamples::readDigiConfigFromJson (const std::string &path)
 
void ActsExamples::writeDigiConfigToJson (const Acts::GeometryHierarchyMap< DigiComponentsConfig > &cfg, const std::string &path)