Skip to content

Commit 911048b

Browse files
committed
Add filter to job fcl
1 parent f7c4bd7 commit 911048b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

sbndcode/JobConfigurations/standard/reco/reco1_data.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ physics.producers:
1313
sptpc2d : @local::sbnd_wcls_sp_data
1414
}
1515

16-
physics.reco1: [sptpc2d, gaushit, cluster3d]
16+
physics.reco1: [sptpc2d, gaushit, numberofhitsfilter, cluster3d]
1717
physics.ana: [superadata]
1818
physics.producers.gaushit.CalDataModuleLabel: "sptpc2d:gauss"
1919
physics.end_paths: ["stream1",ana]

sbndcode/JobConfigurations/standard/standard_reco1_sbnd.fcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ services:
2424
physics.producers: @local::sbnd_reco1_producers
2525
physics.reco1: @local::sbnd_reco1_producer_sequence
2626
physics.trigger_paths: [ reco1 ]
27+
#filters
28+
physics.filters: @local::sbnd_reco1_filters
29+
#don't add a sequence here, because the only filter is currently for data
2730
#analysers
2831
physics.analyzers: @local::sbnd_reco1_analyzers
2932
physics.ana: @local::sbnd_reco1_analyzer_sequence

0 commit comments

Comments
 (0)