Skip to content

Commit f8e8834

Browse files
authored
Merge pull request #841 from SBNSoftware/release/MC25Production-tunegain
Tune MC Gain and Reco Gain Values
2 parents acfbf78 + 538934e commit f8e8834

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

icaruscode/TPC/Calorimetry/calorimetryICARUS.fcl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ BEGIN_PROLOG
66
icarus_calorimetryalgdata: @local::standard_calorimetryalgdata
77
icarus_calorimetryalgmc: @local::standard_calorimetryalgmc
88

9-
# Calorimetry constants from G. Putnam (Nov 2022)
10-
# Informed by MC calibration -- docdb 28639.
11-
# NOTE: needs to be revisted if/when the data processing is updated
12-
icarus_calorimetryalgmc.CalAreaConstants: [0.01343, 0.01338, 0.01219]
9+
# GP 8/4/25: with re-calibration and application of EMB recombination,
10+
# MC and data gains match. Note that we should not being making any
11+
# updates to the MC that would cause the MC gain to differ from that of
12+
# data.
13+
icarus_calorimetryalgmc.CalAreaConstants: @local::icarus_data_calconst
1314
icarus_calorimetryalgmc.ModBoxA: 0.904
1415
icarus_calorimetryalgmc.ModBoxBTF1: "[0]/TMath::Sqrt(TMath::Sin(x*TMath::Pi()/180)**2 + TMath::Cos(x*TMath::Pi()/180)**2/[1]**2)"
1516
icarus_calorimetryalgmc.ModBoxBParam: [0.204, 1.25]

icaruscode/TPC/Calorimetry/normtools_icarus.fcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ yznorm_sql: {
6161
#icarus_calonormtools: [@local::driftnorm, @local::yznorm, @local::tpcgain]
6262
icarus_calonormtools: [@local::driftnorm_sql, @local::yznorm_sql, @local::tpcgain_sql]
6363

64-
# Gain with angular dep. recombination. Measurement from: https://arxiv.org/pdf/2407.12969
65-
# Assume equal on planes -- this is __wrong__ -- will need to be fixed when they are calibrated
66-
icarus_data_calconst: [0.0133333, 0.0133333, 0.0133333]
64+
# GP 8/4/25 -- Update gain to re-measurement with Run 2 stopping muons and
65+
# fixed recombination.
66+
icarus_data_calconst: [0.016751, 0.012755, 0.012513]
6767

6868
END_PROLOG

icaruscode/TPC/ICARUSWireCell/detsimmodules_wirecell_ICARUS.fcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ icarus_simwire_wirecell:
5454
overlay_drifter: false # default drifter by default
5555

5656
# Gain and shaping time
57-
gain0: 17.9488 # mV/fC
58-
gain1: 12.4317 # mV/fC
59-
gain2: 14.0976 # mV/fC
57+
gain0: 18.0839 # mV/fC
58+
gain1: 12.2379 # mV/fC
59+
gain2: 13.8819 # mV/fC
6060

6161
shaping0: 1.3 # us
6262
shaping1: 1.45 # us

0 commit comments

Comments
 (0)