Skip to content

Commit 2e14e4e

Browse files
Merge branch 'release/v10_10_03_02'
2 parents 2a16961 + 896cbeb commit 2e14e4e

6 files changed

Lines changed: 14 additions & 2 deletions

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717

18-
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.10.03.01)
18+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.10.03.02)
1919
find_package(cetmodules REQUIRED)
2020
project(sbndcode LANGUAGES CXX)
2121

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "cafmakerjob_sbnd_data_sce_bnblight.fcl"
2+
3+
physics.producers.cnnid.WireLabel: "sptpc2d:dnnsp"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "cafmakerjob_sbnd_data_sce_offbeamlight.fcl"
2+
3+
physics.producers.cnnid.WireLabel: "sptpc2d:dnnsp"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "cafmakerjob_sbnd_sce_cosmics.fcl"
2+
3+
physics.producers.cnnid.WireLabel: "simtpc2d:dnnsp"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "cafmakerjob_sbnd_sce_systtools_and_fluxwgt.fcl"
2+
3+
physics.producers.cnnid.WireLabel: "simtpc2d:dnnsp"

sbndcode/JobConfigurations/dnnroi/reco1_data_dnnroi.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# for downstream reco1, run gaushitfinder on sptpc2d:gauss, from traditional ROI finding
77
# to generate matching files with downstream reco1 run on sptpc2d:dnnsp, gaushits should be scrubbed and run again
88
#
9-
#include "reco1_data.fcl"
9+
#include "reco1_data_storefilteredevents.fcl"
1010

1111
physics.producers.sptpc2d: @local::sbnd_wcls_sp_data_bothrois
1212

0 commit comments

Comments
 (0)