Skip to content

Commit b7420d1

Browse files
author
Brinden Carlson
committed
Merge branch 'release/v10_04_01'
2 parents 4f227d8 + 7cdf1da commit b7420d1

28 files changed

Lines changed: 4899 additions & 148 deletions

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
1717

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

2222
# for CI:
23-
# project(sbndcode VERSION 10.03.01)
23+
# project(sbndcode VERSION 10.04.01)
2424

2525
message(STATUS "\n")
2626
message(STATUS "================================= ${PROJECT_NAME} =================================")

sbndcode/CRT/CRTReco/crtrecoproducers_sbnd.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ crttrackproducer_sbnd:
8181
crttrackproducer_data_sbnd: @local::crttrackproducer_sbnd
8282
crttrackproducer_data_sbnd.CRTGeoAlg: @local::crtgeoalg_data_sbnd
8383
crttrackproducer_data_sbnd.UseTs0: true
84-
crttrackproducer_data_sbnd.MaskedTaggers: [ 0 ]
84+
crttrackproducer_data_sbnd.MaskedTaggers: [ ]
8585

8686
END_PROLOG

sbndcode/CRT/CRTReco/run_crtreco_data.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ physics.producers.crtspacepoints: @local::crtspacepointproducer_data_sbnd
1212
physics.producers.crttracks: @local::crttrackproducer_data_sbnd
1313

1414
outputs.out1.outputCommands: [ "keep *_*_*_*",
15-
"drop *_daq_*_*" ]
15+
"drop *_daq_*_*",
16+
"keep *_daq_RawEventHeader_*" ]

0 commit comments

Comments
 (0)