Skip to content
Snippets Groups Projects
Commit bc60ac74 authored by Sergey Gorbunov's avatar Sergey Gorbunov
Browse files

CA: adjust default parameters for the ideal hitproducer

parent 458cc645
No related branches found
No related tags found
1 merge request!1267CA: adjust default parameters for the ideal hitproducer
Pipeline #23442 passed
......@@ -17,12 +17,12 @@ ideal_hit_producer:
# 4 - ideal hits are created (true values are smeared withing errors, defined in section parameters)
flags:
sts:
0: 0
1: 0
0: 4
1: 4
trd:
0: 0
1: 0
2: 0
0: 4
1: 4
2: 4
#
# Notes:
# 1) For MVD, MuCh, TRD and TOF du corresponds to dx, and dv corresponds to dy
......@@ -34,9 +34,9 @@ ideal_hit_producer:
# u: uniform distribution
parameters:
sts:
0: { du: { value: 1.e-3, pdf: g }, dv: { value: 1.e-3, pdf: g }, dt: { value: 5., pdf: g }}
1: { du: { value: 1.e-3, pdf: g }, dv: { value: 1.e-3, pdf: g }, dt: { value: 5., pdf: g }}
0: { du: { value: 10.e-4, pdf: g }, dv: { value: 10.e-4, pdf: g }, dt: { value: 2.9, pdf: g }}
1: { du: { value: 10.e-4, pdf: g }, dv: { value: 10.e-4, pdf: g }, dt: { value: 2.9, pdf: g }}
trd:
0: { du: { value: .1, pdf: g }, dv: { value: .1, pdf: g }, dt: { value: 10., pdf: g }}
1: { du: { value: .1, pdf: g }, dv: { value: .1, pdf: u }, dt: { value: 10., pdf: g }}
2: { du: { value: .1, pdf: u }, dv: { value: .1, pdf: g }, dt: { value: 10., pdf: g }}
0: { du: { value: .5, pdf: g }, dv: { value: .5, pdf: g }, dt: { value: 10., pdf: g }}
1: { du: { value: .05, pdf: g }, dv: { value: 4.0, pdf: u }, dt: { value: 10., pdf: g }}
2: { du: { value: 4.0, pdf: u }, dv: { value: .05, pdf: g }, dt: { value: 10., pdf: g }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment