We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0667e4b commit 4f26d57Copy full SHA for 4f26d57
1 file changed
sbndcode/JobConfigurations/standard/reco/config/workflow_reco1.fcl
@@ -8,6 +8,7 @@
8
#include "crtrecoproducers_sbnd.fcl"
9
#include "mlreco_sbnd.fcl"
10
#include "cluster_sbnd.fcl"
11
+#include "numberofhitsfilter_sbnd.fcl"
12
#include "mctrutht0matching.fcl"
13
14
BEGIN_PROLOG
@@ -72,6 +73,11 @@ sbnd_reco1_producers.gaushit.CalDataModuleLabel:
72
73
sbnd_reco1_producers.fasthit.DigitModuleLabel: "simtpc2d:daq"
74
sbnd_reco1_producers.gaushitTruthMatch.HitParticleAssociations.HitModuleLabel: "gaushit"
75
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
+
81
sbnd_reco1_analyzers: {
82
#supera for ML reco
83
supera: @local::sbnd_supera
0 commit comments