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

#include <acts/blob/sPHENIX/Core/include/Acts/Material/SurfaceMaterialMapper.hpp>

+ Collaboration diagram for Acts::SurfaceMaterialMapper::Config:

Public Attributes

std::array< double, 2 > etaRange = {{-6., 6.}}
 Mapping range.
 
bool emptyBinCorrection = true
 Correct for empty bins (recommended)
 
bool mapperDebugOutput = false
 Mapping output to debug stream.
 
bool computeVariance = false
 Compute the variance of each material slab (only if using an input map)
 

Detailed Description

Nested Configuration struct for the material mapper

Definition at line 90 of file SurfaceMaterialMapper.hpp.

View newest version in sPHENIX GitHub at line 90 of file SurfaceMaterialMapper.hpp

Member Data Documentation

bool Acts::SurfaceMaterialMapper::Config::computeVariance = false

Compute the variance of each material slab (only if using an input map)

Definition at line 98 of file SurfaceMaterialMapper.hpp.

View newest version in sPHENIX GitHub at line 98 of file SurfaceMaterialMapper.hpp

bool Acts::SurfaceMaterialMapper::Config::emptyBinCorrection = true

Correct for empty bins (recommended)

Definition at line 94 of file SurfaceMaterialMapper.hpp.

View newest version in sPHENIX GitHub at line 94 of file SurfaceMaterialMapper.hpp

std::array<double, 2> Acts::SurfaceMaterialMapper::Config::etaRange = {{-6., 6.}}

Mapping range.

Definition at line 92 of file SurfaceMaterialMapper.hpp.

View newest version in sPHENIX GitHub at line 92 of file SurfaceMaterialMapper.hpp

bool Acts::SurfaceMaterialMapper::Config::mapperDebugOutput = false

Mapping output to debug stream.

Definition at line 96 of file SurfaceMaterialMapper.hpp.

View newest version in sPHENIX GitHub at line 96 of file SurfaceMaterialMapper.hpp


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