Skip to content

Commit 4f26d57

Browse files
committed
Add it to the workflow
1 parent 0667e4b commit 4f26d57

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sbndcode/JobConfigurations/standard/reco/config/workflow_reco1.fcl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "crtrecoproducers_sbnd.fcl"
99
#include "mlreco_sbnd.fcl"
1010
#include "cluster_sbnd.fcl"
11+
#include "numberofhitsfilter_sbnd.fcl"
1112
#include "mctrutht0matching.fcl"
1213

1314
BEGIN_PROLOG
@@ -72,6 +73,11 @@ sbnd_reco1_producers.gaushit.CalDataModuleLabel:
7273
sbnd_reco1_producers.fasthit.DigitModuleLabel: "simtpc2d:daq"
7374
sbnd_reco1_producers.gaushitTruthMatch.HitParticleAssociations.HitModuleLabel: "gaushit"
7475

76+
sbnd_reco1_filters: {
77+
#filter events based on the number of reconstructed hits (avoids overly messy data events)
78+
numberofhitsfilter: @local::sbnd_numberofhitsfilter
79+
}
80+
7581
sbnd_reco1_analyzers: {
7682
#supera for ML reco
7783
supera: @local::sbnd_supera

0 commit comments

Comments
 (0)