Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::jsonKey Struct Reference

store in a single place the different key used for the material mapping More...

#include <acts/blob/sPHENIX/Plugins/Json/include/Acts/Plugins/Json/GeometryJsonKeys.hpp>

+ Collaboration diagram for Acts::jsonKey:

Public Attributes

std::string namekey = "NAME"
 The name identification.
 
std::string binkey = "binUtility"
 The bin key.
 
std::string materialkey = "material"
 The material key.
 
std::string transfokeys = "transformation"
 The local to global transformation key.
 
std::string typekey = "type"
 The type key -> proto, else.
 
std::string datakey = "data"
 The data key.
 
std::string mapkey = "mapMaterial"
 The mapping key, add surface to mapping procedure if true.
 
std::string maptype = "mappingType"
 

Detailed Description

store in a single place the different key used for the material mapping

Definition at line 19 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 19 of file GeometryJsonKeys.hpp

Member Data Documentation

std::string Acts::jsonKey::binkey = "binUtility"

The bin key.

Definition at line 23 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 23 of file GeometryJsonKeys.hpp

Referenced by Acts::from_json(), and Acts::to_json().

std::string Acts::jsonKey::datakey = "data"

The data key.

Definition at line 31 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 31 of file GeometryJsonKeys.hpp

Referenced by Acts::to_json().

std::string Acts::jsonKey::mapkey = "mapMaterial"

The mapping key, add surface to mapping procedure if true.

Definition at line 33 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 33 of file GeometryJsonKeys.hpp

Referenced by Acts::to_json().

std::string Acts::jsonKey::maptype = "mappingType"

The mapping type key, used to select the type od material mapping for the surface

Definition at line 36 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 36 of file GeometryJsonKeys.hpp

Referenced by Acts::to_json().

std::string Acts::jsonKey::materialkey = "material"

The material key.

Definition at line 25 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 25 of file GeometryJsonKeys.hpp

Referenced by Acts::from_json(), and Acts::to_json().

std::string Acts::jsonKey::namekey = "NAME"

The name identification.

Definition at line 21 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 21 of file GeometryJsonKeys.hpp

Referenced by Acts::to_json().

std::string Acts::jsonKey::transfokeys = "transformation"

The local to global transformation key.

Definition at line 27 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 27 of file GeometryJsonKeys.hpp

std::string Acts::jsonKey::typekey = "type"

The type key -> proto, else.

Definition at line 29 of file GeometryJsonKeys.hpp.

View newest version in sPHENIX GitHub at line 29 of file GeometryJsonKeys.hpp

Referenced by Acts::to_json().


The documentation for this struct was generated from the following file: