Skip to content

Commit 677563f

Browse files
committed
Merge branch 'release/SBN2025A' into feature/mvicenzi_repro_step1
2 parents e918fe8 + 3544f7f commit 677563f

11 files changed

Lines changed: 238 additions & 213 deletions

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717
# cmake_policy(VERSION 3.19)
1818

1919
find_package(cetmodules 3.24.01 REQUIRED)
20-
#project(icaruscode VERSION 10.06.00.06 LANGUAGES CXX)
20+
project(icaruscode VERSION 10.06.00.07 LANGUAGES CXX)
2121

22-
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.06.00.06-p01)
23-
project(icaruscode LANGUAGES CXX)
22+
#set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.06.00.06-p01)
23+
#project(icaruscode LANGUAGES CXX)
2424

2525
message(STATUS
2626
"\n-- ============================================================================="

fcl/configurations/calibration_database_GlobalTags_icarus.fcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
BEGIN_PROLOG
66

77
ICARUS_Calibration_GlobalTags: {
8-
@table::TPC_CalibrationTags_Jul2025
9-
@table::PMT_CalibrationTags_Run3_Feb2025
8+
@table::TPC_CalibrationTags_Oct2025
9+
@table::PMT_CalibrationTags_Oct2025
1010
@table::CRT_CalibrationTags_Oct2023
1111
}
1212

fcl/configurations/calibration_database_PMT_TagSets_icarus.fcl

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,26 @@ PMT_CalibrationTags_Run3_Feb2025: {
7979
# Run 3: run>=11590
8080
}
8181

82+
# These are the standard tags for analyses on Run 1, Run 2, Run 3 and Run 4 data (as of Oct 2025)
83+
# These tagged versions of the databases contain tables relevant for Run 1, Run 2, Run 3 and Run 4.
84+
# Notes:
85+
# - New cosmics corrections for Run 4 (run>=12837)
86+
PMT_CalibrationTags_Oct2025: {
87+
pmt_cables_delays_data: "v2r5" # tables for run>=0 (null)
88+
# Run 1: run>=8046
89+
# Run 2: run>=9301, run>=9628, run>=9773
90+
# Run 3: run>=10369, run>=10441, run>=10865
91+
# Run 4: run>=12040, run>=12455, run>=12777
92+
pmt_laser_timing_data: "v2r3" # tables for run>=0 (null)
93+
# Run 1: run>=8046
94+
# Run 2: run>=9301, run>=9628, run>=9773
95+
# Run 3: run>=10908, run>=11590
96+
# Run 4: run>=12058, run>=12837
97+
pmt_cosmics_timing_data: "v2r3" # tables for run>=0 (null)
98+
# Run 1: run>=8046
99+
# Run 2: run>=9301, run>=9628, run>=9773
100+
# Run 3: run>=11590
101+
# Run 4: run>=12837
102+
}
103+
82104
END_PROLOG

fcl/configurations/calibration_database_TPC_TagSets_icarus.fcl

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ TPC_CalibrationTags_Jan2025: {
3737

3838
}
3939

40-
## TPC_CalibrationTags_Jul2024
40+
## TPC_CalibrationTags_Jul2025
4141
# Update to 2D deconv tags. Change TPC equalization to be per-plane
4242
TPC_CalibrationTags_Jul2025: {
4343

@@ -48,4 +48,15 @@ TPC_CalibrationTags_Jul2025: {
4848

4949
}
5050

51+
## TPC_CalibrationTags_Oct2025
52+
# Include Run 4 in calibrations
53+
TPC_CalibrationTags_Oct2025: {
54+
55+
tpc_channelstatus_data: "v4r0"
56+
tpc_elifetime_data: "v3r1"
57+
tpc_dqdxcalibration_allplanes_data: "v1r1"
58+
tpc_yz_correction_allplanes_data: "v2r1"
59+
60+
}
61+
5162
END_PROLOG
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "detsim_2d_icarus_refactored_yzsim.fcl"
2+
3+
physics.producers.daq.wcls_main.params.YZScaleMapJson: "yzmap_gain_icarus_v4_run4.json"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "detsim_2d_icarus_refactored_yzsim_overlay.fcl"
2+
3+
physics.producers.daq.wcls_main.params.YZScaleMapJson: "yzmap_gain_icarus_v4_run4.json"

0 commit comments

Comments
 (0)