Skip to content

Commit c729bb3

Browse files
authored
Merge branch 'develop' into feature/linyan-addgenievar
2 parents 298a8b0 + 29096c2 commit c729bb3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717

1818
find_package(cetmodules 3.20.00 REQUIRED)
19-
project(sbncode VERSION 10.10.05 LANGUAGES CXX)
19+
project(sbncode VERSION 10.11.01 LANGUAGES CXX)
2020

2121
message(STATUS "\n\n ========================== ${PROJECT_NAME} ==========================")
2222

sbncode/CAFMaker/CAFMaker_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2597,7 +2597,7 @@ void CAFMaker::produce(art::Event& evt) noexcept {
25972597
// For more information, see:
25982598
// https://sbn-docdb.fnal.gov/cgi-bin/sso/RetrieveFile?docid=43090
25992599

2600-
if (isRealData && (fDet == kSBND))
2600+
if (isRealData && (fDet == kSBND) && fSubRunPOT > 0)
26012601
{
26022602
// Fill trigger info
26032603
FillTriggerSBND(srsbndtiminginfo, srtrigger);

ups/product_deps

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ libdir fq_dir lib
254254
product version qual flags <table_format=2>
255255
genie_xsec v3_04_00 -
256256
larcv2 v2_2_6 -
257-
larsoft v10_10_05 -
258-
sbnalg v10_10_05 -
257+
larsoft v10_11_01 -
258+
sbnalg v10_11_01 -
259259
sbndaq_artdaq_core v1_10_06 -
260260
sbndata v01_08 -
261261
systematicstools v01_04_04 -

0 commit comments

Comments
 (0)