Skip to content

Commit 0fe2b8e

Browse files
committed
add SPRRun3, make SPRRun2 default
1 parent 8726590 commit 0fe2b8e

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

icaruscode/PMT/OpReco/fcl/icarus_flashcalib.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN_PROLOG
1313
# in the hit reconstruction.
1414
#
1515
icarus_pmt_calibration.NoCalib: {
16-
SPEAreaGain: @local::SPE.Area
16+
SPEAreaGain: @local::SPERun2.Area
1717
}
1818

1919

icaruscode/PMT/OpReco/fcl/icarus_opana_modules.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ ICARUSMCOpHit: {
2525
module_type: "ICARUSMCOpHit"
2626
MergePeriod: 0.01
2727
SimPhotonsProducer: "pdfastsim"
28-
SPEArea: @local::SPE.Area
29-
SPEAmplitude: @local::SPE.Amplitude
28+
SPEArea: @local::SPERun2.Area
29+
SPEAmplitude: @local::SPERun2.Amplitude
3030
}
3131

3232
ICARUSMCOpFlash: {

icaruscode/PMT/OpReco/fcl/icarus_ophitfinder.fcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ icarus_ophit: # some basic configuration
193193
ChannelMasks: []
194194
HitThreshold: 0.2 # PE
195195
AreaToPE: true # Use area to calculate number of PEs
196-
SPEArea: @local::SPE.Area # If AreaToPE is true, this number is
197-
# used as single PE area (in ADC counts)
198-
SPEShift: @local::SPE.Shift # Used by PhotonCalibratorStandard to compute
199-
# PE = area / SPEArea + SPEShift
196+
SPEArea: @local::SPERun2.Area # If AreaToPE is true, this number is
197+
# used as single PE area (in ADC counts)
198+
SPEShift: @local::SPERun2.Shift # Used by PhotonCalibratorStandard to compute
199+
# PE = area / SPEArea + SPEShift
200200
UseStartTime: false # start and peak times each in its own data member
201201
reco_man: @local::standard_preco_manager
202202
HitAlgoPset: @local::icarus_opreco_hit_slidingwindow_201910

icaruscode/PMT/OpReco/fcl/icarus_spe.fcl

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,18 @@ SPE202401patch: { # amplitude set to 3.23 mV, gain 7.5x10^6 with R = 50 ohm
2323
}
2424

2525
SPE2025Run2: {
26-
Area: 152.50 # ADC x (2 ns)
27-
Amplitude: 28.50 # ADC
26+
Area: 152.01 # ADC x (2 ns)
27+
Amplitude: 28.08 # ADC
2828
Shift: 0.
2929
}
3030

3131
SPE2025Run3: {
32-
Area: 132.50 # ADC x (2 ns)
33-
Amplitude: 31.50 # ADC
32+
Area: 132.37 # ADC x (2 ns)
33+
Amplitude: 31.36 # ADC
3434
Shift: 0.
3535
}
3636

37-
SPE: @local::SPE2025Run2
37+
SPERun2: @local::SPE2025Run2
38+
SPERun3: @local::SPE2025Run3
3839

3940
END_PROLOG

0 commit comments

Comments
 (0)