File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616cmake_minimum_required (VERSION 3.20 FATAL_ERROR )
1717
1818find_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
2121message (STATUS "\n\n ========================== ${PROJECT_NAME} ==========================" )
2222
Original file line number Diff line number Diff line change @@ -2591,7 +2591,7 @@ void CAFMaker::produce(art::Event& evt) noexcept {
25912591 // For more information, see:
25922592 // https://sbn-docdb.fnal.gov/cgi-bin/sso/RetrieveFile?docid=43090
25932593
2594- if (isRealData && (fDet == kSBND ))
2594+ if (isRealData && (fDet == kSBND ) && fSubRunPOT > 0 )
25952595 {
25962596 // Fill trigger info
25972597 FillTriggerSBND (srsbndtiminginfo, srtrigger);
Original file line number Diff line number Diff line change @@ -254,8 +254,8 @@ libdir fq_dir lib
254254product version qual flags <table_format=2>
255255genie_xsec v3_04_00 -
256256larcv2 v2_2_6 -
257- larsoft v10_10_05 -
258- sbnalg v10_10_05 -
257+ larsoft v10_11_01 -
258+ sbnalg v10_11_01 -
259259sbndaq_artdaq_core v1_10_06 -
260260sbndata v01_08 -
261261systematicstools v01_04_04 -
You can’t perform that action at this time.
0 commit comments