Skip to content

Commit 071d190

Browse files
committed
Add fcl to keep the filtered events (but in a separate file)
1 parent ec527c0 commit 071d190

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include "reco1_data.fcl"
2+
3+
physics.analyzers.superadata.SelectEvents: [ "reco1" ]
4+
5+
outputs.out2: @local::outputs.out1
6+
outputs.out2.SelectEvents: [ "!reco1" ]
7+
outputs.out2.fileName: "nhitsfilteredevents_%ifb_%p-%tc.root"
8+
physics.stream2: [ out2 ]
9+
physics.end_paths: [ @sequence::physics.end_paths, stream2]

0 commit comments

Comments
 (0)