From 5d72451934ce488a59f12f7f2f1fccf107cbc783 Mon Sep 17 00:00:00 2001 From: Gray Putnam Date: Fri, 30 May 2025 04:13:40 -0500 Subject: [PATCH] Fix database tags. --- .../calibration_database_TPC_TagSets_icarus.fcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fcl/configurations/calibration_database_TPC_TagSets_icarus.fcl b/fcl/configurations/calibration_database_TPC_TagSets_icarus.fcl index bbc6c92c6..828e8d8a3 100644 --- a/fcl/configurations/calibration_database_TPC_TagSets_icarus.fcl +++ b/fcl/configurations/calibration_database_TPC_TagSets_icarus.fcl @@ -19,7 +19,7 @@ TPC_CalibrationTags_Oct2023: { ## - Files decoded with release >=v09_66_02 should use v3r2 TPC_CalibrationTags_Feb2024: { - tpc_channelstatus_data: "v3r4" + tpc_channelstatus_data: "v3r2" tpc_elifetime_data: "v2r1" tpc_dqdxcalibration_data: "v2r1" tpc_yz_correction_data: "v2r1" @@ -27,9 +27,10 @@ TPC_CalibrationTags_Feb2024: { } ## TPC_CalibrationTags_Feb2024 but updating tpc_yz_correction_data to tpc_yz_correction_allplanes_data +## Update to mask out additional bad noisy channels TPC_CalibrationTags_Jan2025: { - tpc_channelstatus_data: "v3r2" + tpc_channelstatus_data: "v3r4" tpc_elifetime_data: "v2r1" tpc_dqdxcalibration_data: "v2r1" tpc_yz_correction_allplanes_data: "v1r0"