Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN_PROLOG

ICARUS_Calibration_GlobalTags: {
@table::TPC_CalibrationTags_Oct2025
@table::PMT_CalibrationTags_Run3_Feb2025
@table::PMT_CalibrationTags_Oct2025
@table::CRT_CalibrationTags_Oct2023
}

Expand Down
22 changes: 22 additions & 0 deletions fcl/configurations/calibration_database_PMT_TagSets_icarus.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,26 @@ PMT_CalibrationTags_Run3_Feb2025: {
# Run 3: run>=11590
}

# These are the standard tags for analyses on Run 1, Run 2, Run 3 and Run 4 data (as of Oct 2025)
# These tagged versions of the databases contain tables relevant for Run 1, Run 2, Run 3 and Run 4.
# Notes:
# - New cosmics corrections for Run 4 (run>=12837)
PMT_CalibrationTags_Oct2025: {
pmt_cables_delays_data: "v2r5" # tables for run>=0 (null)
# Run 1: run>=8046
# Run 2: run>=9301, run>=9628, run>=9773
# Run 3: run>=10369, run>=10441, run>=10865
# Run 4: run>=12040, run>=12455, run>=12777
pmt_laser_timing_data: "v2r3" # tables for run>=0 (null)
# Run 1: run>=8046
# Run 2: run>=9301, run>=9628, run>=9773
# Run 3: run>=10908, run>=11590
# Run 4: run>=12058, run>=12837
pmt_cosmics_timing_data: "v2r3" # tables for run>=0 (null)
# Run 1: run>=8046
# Run 2: run>=9301, run>=9628, run>=9773
# Run 3: run>=11590
# Run 4: run>=12837
}

END_PROLOG
2 changes: 1 addition & 1 deletion ups/product_deps
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ wpdir product_dir wire-cell-cfg
####################################
product version qual flags <table_format=2>
fftw v3_3_10 -
icarus_data v10_06_00 -
icarus_data v10_06_01 -
icarus_signal_processing v10_06_00_01 -
icarusalg v10_06_00_06 -
icarusutil v10_06_00_04 -
Expand Down