ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::MaterialMapJsonConverter::Config Class Reference

Configuration of the Converter. More...

#include <ActsPlugins/Json/MaterialMapJsonConverter.hpp>

Collaboration diagram for Acts::MaterialMapJsonConverter::Config:
[legend]

Public Attributes

GeometryContext context = GeometryContext::dangerouslyDefaultConstruct()
 Default geometry context to extract surface transforms.
bool processApproaches = true
 Steering to handle approach data.
bool processBoundaries = true
 Steering to handle boundary data.
bool processDenseVolumes = false
 Steering to handle volume data.
bool processNonMaterial = false
 Add proto material to all surfaces.
bool processRepresenting = true
 Steering to handle representing data.
bool processSensitives = true
 Steering to handle sensitive data.
bool processVolumes = true
 Steering to handle volume data.

Detailed Description

Configuration of the Converter.

Member Data Documentation

◆ context

GeometryContext Acts::MaterialMapJsonConverter::Config::context = GeometryContext::dangerouslyDefaultConstruct()

Default geometry context to extract surface transforms.

◆ processApproaches

bool Acts::MaterialMapJsonConverter::Config::processApproaches = true

Steering to handle approach data.

◆ processBoundaries

bool Acts::MaterialMapJsonConverter::Config::processBoundaries = true

Steering to handle boundary data.

◆ processDenseVolumes

bool Acts::MaterialMapJsonConverter::Config::processDenseVolumes = false

Steering to handle volume data.

◆ processNonMaterial

bool Acts::MaterialMapJsonConverter::Config::processNonMaterial = false

Add proto material to all surfaces.

◆ processRepresenting

bool Acts::MaterialMapJsonConverter::Config::processRepresenting = true

Steering to handle representing data.

◆ processSensitives

bool Acts::MaterialMapJsonConverter::Config::processSensitives = true

Steering to handle sensitive data.

◆ processVolumes

bool Acts::MaterialMapJsonConverter::Config::processVolumes = true

Steering to handle volume data.