Skip to content

Commit a70a326

Browse files
Merge pull request #790 from pgreen135/feature/pgreen_g4rw_for_production
Geant4Reweight SBN/SBND implementation
2 parents 47a358d + f1cf16a commit a70a326

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching
155155

156156
# Overwrite weight_functions label:
157157
physics.producers.fluxweight.weight_functions: @local::physics.producers.fluxweight.weight_functions_flux
158+
physics.producers.geant4weight.weight_functions: @local::physics.producers.geant4weight.weight_functions_reint
158159

159160
# input art file.
160161
physics.producers.cafmaker.SystWeightLabels: []
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, geant4weight , @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "geant4weight" ]
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, geant4weight, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight", "geant4weight" ]
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, fluxweight, geant4weight, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight", "geant4weight" ]

0 commit comments

Comments
 (0)