Skip to content

Commit ef38296

Browse files
authored
Merge pull request #417 from SBNSoftware/feature/hlay_updated_systtools_fcls
Systtools Implementation for SBND
2 parents dd998d5 + 0a0c708 commit ef38296

12 files changed

Lines changed: 28 additions & 24 deletions

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" ]
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, @sequence::physics.runprod]
4+
physics.producers.cafmaker.SystWeightLabels: [ "systtools", "fluxweight" ]

0 commit comments

Comments
 (0)