Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Material/SurfaceMaterialMapper.hpp>
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) | |
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
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