Skip to content

Commit fa964dc

Browse files
authored
Merge branch 'develop' into feature/bearc_mlreco_wc_cfg
2 parents 9cacd15 + b5c4ee5 commit fa964dc

15 files changed

Lines changed: 38 additions & 32 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 09.83.01)
18+
set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 09.84.00.01)
1919
find_package(cetmodules REQUIRED)
2020
project(sbndcode LANGUAGES CXX)
2121

2222
# for CI:
23-
# project(sbndcode VERSION 09.83.01)
23+
# project(sbndcode VERSION 09.84.00.01)
2424

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

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
#include "cafmaker_common_defs.fcl"
3232

33+
#include "eventweight_genie_systtools.fcl"
34+
3335
process_name: CAFmaker
3436

3537
services:
@@ -80,7 +82,7 @@ physics:
8082
# cosmictrack: @local::standard_cosmictrack #reco
8183
# windowtrack: @local::window_cosmictrack #reco
8284

83-
# Includes: pandoraTrackMCS, pandoraTrackRange, rns, genieweight, fluxweight
85+
# Includes: pandoraTrackMCS, pandoraTrackRange, rns, fluxweight
8486
@table::cafmaker_common_producers
8587

8688
flashtrig: @local::pmtflashtrigmaker_sbnd
@@ -100,6 +102,8 @@ physics:
100102
pandoraShowerRazzle: @local::razzle_sbnd
101103

102104
pandoraRazzled: @local::razzled_sbnd
105+
106+
systtools: @local::sbn_systtools
103107
}
104108
filters:{
105109
flashtrigfilter: @local::pmtflashtrigfilter_sbnd
@@ -139,7 +143,6 @@ physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"]
139143
physics.producers.cafmaker.FlashMatchSCECryoSuffixes: [""]
140144

141145
# Overwrite weight_functions label:
142-
physics.producers.genieweight.weight_functions: @local::physics.producers.genieweight.weight_functions_genie
143146
physics.producers.fluxweight.weight_functions: @local::physics.producers.fluxweight.weight_functions_flux
144147

145148
# input art file.

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_3drift_sce_runfmatch_geniewgt.fcl

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "cafmakerjob_sbnd_3drift_sce_runfmatch.fcl"
2+
3+
physics.runprod: [rns, systtools, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "systtools" ]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#include "cafmakerjob_sbnd.fcl"
22

3-
physics.runprod: [rns, genieweight, fluxweight, @sequence::physics.runprod]
4-
physics.producers.cafmaker.SystWeightLabels: ["fluxweight"]
3+
physics.runprod: [rns, fluxweight, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "fluxweight" ]

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_genie_and_fluxwgt.fcl

Lines changed: 0 additions & 4 deletions
This file was deleted.

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_geniewgt.fcl

Lines changed: 0 additions & 4 deletions
This file was deleted.

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_genie_and_fluxwgt.fcl

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "cafmakerjob_sbnd_sce.fcl"
2+
3+
physics.runprod: [rns, systtools, fluxweight, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight" ]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#include "cafmakerjob_sbnd.fcl"
2+
3+
physics.runprod: [rns, systtools, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "systtools" ]

0 commit comments

Comments
 (0)