ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
ActsPlugins::RootMaterialMapIo::Options Struct Reference

Options for writing the material maps Folder names are optional as it allows to write more maps into one file, e.g. More...

#include <ActsPlugins/Root/RootMaterialMapIo.hpp>

Collaboration diagram for ActsPlugins::RootMaterialMapIo::Options:
[legend]

Public Attributes

std::string folderSurfaceNameBase = "SurfaceMaterial"
 The name of the output surface tree.
std::string folderVolumeNameBase = "VolumeMaterial"
 The name of the output volume tree.
std::string homogeneousMaterialTreeName = "HomogeneousMaterial"
 The name of the homogeneous material tree.
bool indexedMaterial = false
 Use an indexed material tree.
std::string indexedMaterialTreeName = "IndexedMaterial"
 The name of the indexed material tree.

Detailed Description

Options for writing the material maps Folder names are optional as it allows to write more maps into one file, e.g.

for the same detector with different configurations.

Member Data Documentation

◆ folderSurfaceNameBase

std::string ActsPlugins::RootMaterialMapIo::Options::folderSurfaceNameBase = "SurfaceMaterial"

The name of the output surface tree.

◆ folderVolumeNameBase

std::string ActsPlugins::RootMaterialMapIo::Options::folderVolumeNameBase = "VolumeMaterial"

The name of the output volume tree.

◆ homogeneousMaterialTreeName

std::string ActsPlugins::RootMaterialMapIo::Options::homogeneousMaterialTreeName = "HomogeneousMaterial"

The name of the homogeneous material tree.

◆ indexedMaterial

bool ActsPlugins::RootMaterialMapIo::Options::indexedMaterial = false

Use an indexed material tree.

◆ indexedMaterialTreeName

std::string ActsPlugins::RootMaterialMapIo::Options::indexedMaterialTreeName = "IndexedMaterial"

The name of the indexed material tree.