Skip to content

Commit

Permalink
add tele digi file (#937)
Browse files Browse the repository at this point in the history
Adding telescope detector digitization configuration
  • Loading branch information
XiaocongAi committed Aug 16, 2021
1 parent e506c6c commit e8a46d7
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"acts-geometry-hierarchy-map" : {
"format-version" : 0,
"value-identifier" : "digitization-configuration"
},
"entries"
: [
{
"volume" : 1,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.025, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.1, "type" : "Gauss"}
]
}
}
]
}

0 comments on commit e8a46d7

Please sign in to comment.