ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::jsonKey Struct Reference

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

#include <ActsPlugins/Json/GeometryJsonKeys.hpp>

Collaboration diagram for Acts::jsonKey:
[legend]

Public Attributes

std::string binkey = "binUtility"
 The bin key.
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"
 The mapping type key, used to select the type od material mapping for the surface.
std::string materialkey = "material"
 The material key.
std::string namekey = "NAME"
 The name identification.
std::string transfokeys = "transformation"
 The local to global transformation key.
std::string typekey = "type"
 The type key -> proto, else.

Detailed Description

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

Member Data Documentation

◆ binkey

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

The bin key.

◆ datakey

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

The data key.

◆ mapkey

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

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

◆ maptype

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

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

◆ materialkey

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

The material key.

◆ namekey

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

The name identification.

◆ transfokeys

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

The local to global transformation key.

◆ typekey

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

The type key -> proto, else.