Skip to content

Commit

Permalink
add barrel config file
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaocongAi committed Dec 24, 2023
1 parent 329c09b commit 71d7a0d
Show file tree
Hide file tree
Showing 4 changed files with 41,456 additions and 0 deletions.
95 changes: 95 additions & 0 deletions RunSpace/cepc_CRD_o1_v01-barrel-digi-smearing-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"acts-geometry-hierarchy-map" : {
"format-version" : 0,
"value-identifier" : "digitization-configuration"
},
"entries"
: [
{
"layer" : 2,
"volume" : 10,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.0028, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.0028, "type" : "Gauss"}
]
}
},
{
"layer" : 4,
"volume" : 10,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.006, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.006, "type" : "Gauss"}
]
}
},
{
"layer" : 6,
"volume" : 10,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"}
]
}
},
{
"layer" : 8,
"volume" : 10,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"}
]
}
},
{
"layer" : 10,
"volume" : 10,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"}
]
}
},
{
"layer" : 12,
"volume" : 10,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.004, "type" : "Gauss"}
]
}
},
{
"volume" : 12,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.0072, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.086, "type" : "Gauss"}
]
}
},
{
"volume" : 14,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.110, "type" : "Gauss"}
]
}
},
{
"volume" : 15,
"value" : {
"smearing" : [
{"index" : 0, "mean" : 0.0, "stddev" : 0.0072, "type" : "Gauss"},
{"index" : 1, "mean" : 0.0, "stddev" : 0.086, "type" : "Gauss"}
]
}
}
]
}
14 changes: 14 additions & 0 deletions RunSpace/cepc_CRD_o1_v01-barrel-geoSelection-VXD2610.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"layer": 2,
"volume": 10
},
{
"layer": 6,
"volume": 10
},
{
"layer": 10,
"volume": 10
}
]
Loading

0 comments on commit 71d7a0d

Please sign in to comment.