Skip to content

Commit 2aaa6cc

Browse files
authored
Merge pull request #831 from SBNSoftware/feature/gputnam-patch-25Adata-production
Patches to 2025A Data Production
2 parents e4d0452 + dcaa834 commit 2aaa6cc

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

fcl/configurations/calibration_database_TPC_TagSets_icarus.fcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ TPC_CalibrationTags_Oct2023: {
1919
## - Files decoded with release >=v09_66_02 should use v3r2
2020
TPC_CalibrationTags_Feb2024: {
2121

22-
tpc_channelstatus_data: "v3r4"
22+
tpc_channelstatus_data: "v3r2"
2323
tpc_elifetime_data: "v2r1"
2424
tpc_dqdxcalibration_data: "v2r1"
2525
tpc_yz_correction_data: "v2r1"
2626

2727
}
2828

2929
## TPC_CalibrationTags_Feb2024 but updating tpc_yz_correction_data to tpc_yz_correction_allplanes_data
30+
## Update to mask out additional bad noisy channels
3031
TPC_CalibrationTags_Jan2025: {
3132

32-
tpc_channelstatus_data: "v3r2"
33+
tpc_channelstatus_data: "v3r4"
3334
tpc_elifetime_data: "v2r1"
3435
tpc_dqdxcalibration_data: "v2r1"
3536
tpc_yz_correction_allplanes_data: "v1r0"

icaruscode/TPC/SignalProcessing/HitFinder/hitfindermodules_icarus.fcl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ icarus_hitfinder:
1717
MaxMultiHit: 3 # maximum hits for multi fit
1818
Chi2NDF: 10. # maximum Chisquared / NDF allowed for a hit to be saved (Set very high by default)
1919
LongPulseWidth: [ 16, 16, 16] # max widths for hits in long pulse trains
20-
LongMaxHits: [ 10, 10, 10] # max number hits in long pulse trains
20+
LongMaxHits: [ 1, 1, 1] # max number hits in long pulse trains
2121
MinWidth: 1.
2222
MaxWidthMult: 3.
2323
FittingRange: 35
@@ -35,7 +35,7 @@ mixed_hitfinder:
3535
MaxMultiHit: 3 # maximum hits for multi fit
3636
Chi2NDF: 10. # maximum Chisquared / NDF allowed for a hit to be saved (Set very high by default)
3737
LongPulseWidth: [ 16, 16, 16] # max widths for hits in long pulse trains
38-
LongMaxHits: [ 10, 10, 10] # max number hits in long pulse trains
38+
LongMaxHits: [ 1, 1, 1] # max number hits in long pulse trains
3939
MinWidth: 1.
4040
MaxWidthMult: 3.
4141
FittingRange: 35
@@ -70,7 +70,7 @@ gaus_hitfinder_icarus.Chi2NDF:
7070
gaus_hitfinder_icarus.PeakFitter.MinWidth: 1
7171
gaus_hitfinder_icarus.PeakFitter.FloatBaseline: false
7272
gaus_hitfinder_icarus.PeakFitter.tool_type: "PeakFitterMrqdt"
73-
gaus_hitfinder_icarus.LongMaxHits: [25, 25, 25]
73+
gaus_hitfinder_icarus.LongMaxHits: [1, 1, 1]
7474
gaus_hitfinder_icarus.LongPulseWidth: [10, 10, 10]
7575

7676
# Keeping these here even though not used in case we want to know working values for testing
@@ -114,6 +114,7 @@ gausshit_sbn.HitFinderToolVec.CandidateHitsPlane1.RoiThreshold:
114114
gausshit_sbn.HitFinderToolVec.CandidateHitsPlane2: @local::candhitfinder_standard
115115
gausshit_sbn.HitFinderToolVec.CandidateHitsPlane2.Plane: 2
116116
gausshit_sbn.HitFinderToolVec.CandidateHitsPlane2.RoiThreshold: 9.
117+
gausshit_sbn.LongMaxHits: [ 1, 1, 1] # disable pulse trains
117118

118119
icarus_hitconverter:
119120
{

0 commit comments

Comments
 (0)