Skip to content
Closed
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)

set(${PROJECT_NAME}_CMAKE_PROJECT_VERSION_STRING 10.06.03)

find_package(cetmodules REQUIRED)
project(sbndcode LANGUAGES CXX)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching

# Overwrite weight_functions label:
physics.producers.fluxweight.weight_functions: @local::physics.producers.fluxweight.weight_functions_flux
physics.producers.geant4weight.weight_functions: @local::physics.producers.geant4weight.weight_functions_reint

# input art file.
physics.producers.cafmaker.SystWeightLabels: []
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "cafmakerjob_sbnd.fcl"

physics.runprod: [rns, geant4weight , @sequence::physics.runprod]
physics.producers.cafmaker.SystWeightLabels: [ "geant4weight" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "cafmakerjob_sbnd_sce.fcl"

physics.runprod: [rns, systtools, fluxweight, geant4weight, @sequence::physics.runprod]
physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight", "geant4weight" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include "cafmakerjob_sbnd.fcl"

physics.runprod: [rns, systtools, fluxweight, geant4weight, @sequence::physics.runprod]
physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight", "geant4weight" ]