Warning, /acts/Examples/Configs/telescope-digi-smearing-config.json is written in an unsupported language. File is not indexed.
0001 {
0002 "acts-geometry-hierarchy-map": {
0003 "format-version": 0,
0004 "value-identifier": "digitization-configuration"
0005 },
0006 "entries": [
0007 {
0008 "volume": 1,
0009 "value": {
0010 "smearing": [
0011 {
0012 "index": 0,
0013 "mean": 0.0,
0014 "stddev": 0.025,
0015 "type": "Gauss"
0016 },
0017 {
0018 "index": 1,
0019 "mean": 0.0,
0020 "stddev": 0.1,
0021 "type": "Gauss"
0022 }
0023 ]
0024 }
0025 }
0026 ]
0027 }