diff --git a/CMakeLists.txt b/CMakeLists.txt index b8f19e68a..3c6cd72b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl index 2281046cf..d18bc079b 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl @@ -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: [] diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl new file mode 100644 index 000000000..00a056887 --- /dev/null +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_g4rw.fcl @@ -0,0 +1,4 @@ +#include "cafmakerjob_sbnd.fcl" + +physics.runprod: [rns, geant4weight , @sequence::physics.runprod] +physics.producers.cafmaker.SystWeightLabels: [ "geant4weight" ] diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl new file mode 100644 index 000000000..52cf2b49c --- /dev/null +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce_systtools_and_fluxwgt_and_g4rw.fcl @@ -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" ] \ No newline at end of file diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl new file mode 100644 index 000000000..6f4901a68 --- /dev/null +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_systtools_and_fluxwgt_and_g4rw.fcl @@ -0,0 +1,4 @@ +#include "cafmakerjob_sbnd.fcl" + +physics.runprod: [rns, systtools, fluxweight, geant4weight, @sequence::physics.runprod] +physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight", "geant4weight" ] \ No newline at end of file