Skip to content

Commit 428fd3a

Browse files
committed
add tables of momentum resolution
1 parent 3466ba2 commit 428fd3a

File tree

1 file changed

+168
-0
lines changed

1 file changed

+168
-0
lines changed

boosteddmanalysis/Reconstruction/smearedreconstructionsettings.fcl

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,175 @@ smeared_reconstruction_dune10kt: {
102102

103103
} # smeared_reconstruction_dune10kt
104104

105+
################################################################################
106+
smeared_optimistic_reconstruction_dune10kt: {
107+
108+
particleParameters: [
109+
110+
{
111+
# protons and antiprotons
112+
id: [ -2212, 2212 ]
113+
direction: 0.0873 # transversal fraction
114+
energy_constant: 0.05 # fraction
115+
energy_coeff_sqrtE: 0.3
116+
low_energy_def: 0.4 # unit in momentum, GeV/c
117+
low_energy_constant: 0.1
118+
efficiency: 1.
119+
threshold: 0.02 # detection threshold by KE, unit in GeV
120+
},
121+
122+
{
123+
# neutrons
124+
id: [ 2112 ]
125+
direction: 0.0873 # transversal fraction
126+
energy_constant: 0. # fraction
127+
energy_coeff_sqrtE: 0.4
128+
low_energy_def: 0.0 # unit in momentum
129+
low_energy_constant: 0.0
130+
efficiency: 0.9
131+
threshold: 0.02 # detection threshold by KE, unit in GeV
132+
},
133+
134+
{
135+
# muons and antimuons
136+
id: [ -13, 13 ]
137+
direction: 0.0175 # transversal fraction [rad]
138+
energy_constant: 0.05 # fraction
139+
energy_coeff_sqrtE: 0.0
140+
low_energy_def: 0.0 # unit in momentum
141+
low_energy_constant: 0.0
142+
efficiency: 1.
143+
threshold: 0.03
144+
},
145+
146+
{
147+
# charged pion
148+
id: [ -211, 211 ]
149+
direction: 0.0175
150+
energy_constant: 0.05 # fraction
151+
energy_coeff_sqrtE: 0.
152+
low_energy_def: 0. # unit in momentum
153+
low_energy_constant: 0.
154+
efficiency: 1.
155+
threshold: 0.03
156+
},
157+
158+
{
159+
# electron and photons
160+
id: [ -11, 11, 22 ]
161+
direction: 0.0175
162+
energy_constant: 0.02 # fraction
163+
energy_coeff_sqrtE: 0.15
164+
low_energy_def: 0.0 # unit in momentum
165+
low_energy_constant: 0.0
166+
efficiency: 1.
167+
threshold: 0.03
168+
},
169+
170+
{
171+
# all particles not matching the other settings
172+
id: [ 0 ]
173+
direction: 0.0873
174+
energy_constant: 0.05 # fraction
175+
energy_coeff_sqrtE: 0.3
176+
low_energy_def: 0.0 # unit in momentum
177+
low_energy_constant: 0.0
178+
efficiency: 1.0
179+
threshold: 0.03
180+
}
181+
182+
183+
]
184+
185+
} # smeared_optimistic_reconstruction_dune10kt
105186

106187
################################################################################
107188

189+
smeared_reconstruction_table_dune10kt: {
190+
191+
particleParameters: [
192+
193+
{
194+
# protons and antiprotons
195+
id: [ -2212, 2212 ]
196+
direction: 0.0873 # transversal fraction
197+
efficiency: 1.
198+
threshold: 0.05 # detection threshold by KE, unit in GeV
199+
trueKE: [ 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ] # true KE in GeV
200+
aveDepE: [ 0.09660806, 0.1860406, 0.2684124, 0.3452713, 0.41770196, 0.48465893, 0.5547117, 0.6211173, 0.68480945, 0.75283015 ] # average deposited energy in GeV
201+
stdDepE: [ 0.011001549, 0.02789868, 0.04603336, 0.06263159, 0.07752249, 0.09050645, 0.09999706, 0.108157344, 0.11501284, 0.121532865 ] # standard deviation of deposited energy in GeV
202+
},
203+
204+
{
205+
# neutrons
206+
id: [ 2112 ]
207+
direction: 0.0873 # transversal fraction
208+
efficiency: 0.9
209+
threshold: 0.05 # detection threshold by KE, unit in GeV
210+
trueKE: [ 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ] # true KE in GeV
211+
aveDepE: [ 0.04037071, 0.09801552, 0.15940857, 0.22271438, 0.2876341, 0.3518327, 0.41943097, 0.4864394, 0.55463636, 0.62512046 ] # average deposited energy in GeV
212+
stdDepE: [ 0.019341495, 0.037035525, 0.051880065, 0.06444384, 0.07381842, 0.08214198, 0.09033301, 0.097298235, 0.10211236, 0.10992324 ] # standard deviation of deposited energy in GeV
213+
},
214+
215+
{
216+
# muons and antimuons
217+
id: [ -13, 13 ]
218+
direction: 0.0175 # transversal fraction [rad]
219+
efficiency: 1.
220+
threshold: 0.03
221+
trueKE: [ 0.5 ]
222+
aveDepE: [ 0.5 ]
223+
stdDepE: [ 0.005 ]
224+
225+
},
226+
227+
{
228+
# charged pion plus
229+
id: [ 211 ]
230+
direction: 0.0175
231+
efficiency: 1.
232+
threshold: 0.1
233+
trueKE: [ 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ] # true KE in GeV
234+
aveDepE: [ 0.1384516, 0.23012066, 0.31509474, 0.39918554, 0.47494552, 0.54864293, 0.6207039, 0.6904462, 0.7621931, 0.8352161 ] # average deposited energy in GeV
235+
stdDepE: [ 0.02117833, 0.03488521, 0.045432, 0.05561013, 0.06765003, 0.077845745, 0.08688313, 0.09610139, 0.101863146, 0.109020084 ] # standard deviation of deposited energy in GeV
236+
},
237+
238+
{
239+
# charged pion minus
240+
id: [ -211 ]
241+
direction: 0.0175
242+
efficiency: 1.
243+
threshold: 0.1
244+
trueKE: [ 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ] # true KE in GeV
245+
aveDepE: [ 0.13380614, 0.20424919, 0.27454245, 0.347546, 0.4216018, 0.49347255, 0.5652333, 0.638401, 0.7093303, 0.7775532 ] # average deposited energy in GeV
246+
stdDepE: [ 0.027716061, 0.04440601, 0.05719346, 0.06751692, 0.0773797, 0.08486001, 0.09249532, 0.098143846, 0.10666436, 0.111576185 ] # standard deviation of deposited energy in GeV
247+
},
248+
249+
{
250+
# electron and photons
251+
id: [ -11, 11, 22 ]
252+
direction: 0.0175
253+
efficiency: 1.
254+
threshold: 0.03
255+
trueKE: [ 0.1, 0.3, 0.5, 0.7, 1.0, 2.0 ] # true KE in GeV
256+
aveDepE: [ 0.0835318, 0.2497107, 0.41604713, 0.5820995, 0.8314445, 1.6628219 ] # average deposited energy in GeV
257+
stdDepE: [ 0.0023037908, 0.0047018123, 0.0066771046, 0.009329914, 0.012144617, 0.018695867 ] # standard deviation of deposited energy in GeV
258+
},
259+
260+
{
261+
# all particles not matching the other settings
262+
id: [ 0 ]
263+
direction: 0.0873
264+
efficiency: 1.0
265+
threshold: 0.05
266+
trueKE: [ 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0 ] # true KE in GeV
267+
aveDepE: [ 0.09660806, 0.1860406, 0.2684124, 0.3452713, 0.41770196, 0.48465893, 0.5547117, 0.6211173, 0.68480945, 0.75283015 ] # average deposited energy in GeV
268+
stdDepE: [ 0.011001549, 0.02789868, 0.04603336, 0.06263159, 0.07752249, 0.09050645, 0.09999706, 0.108157344, 0.11501284, 0.121532865 ] # standard deviation of deposited energy in GeV
269+
}
270+
271+
272+
]
273+
274+
} # smeared_reconstruction_table_dune10kt
275+
108276
END_PROLOG

0 commit comments

Comments
 (0)