Skip to content

Commit 8d360a2

Browse files
author
Mun Jung Jung
committed
stream choppy and nonchoppy to 2 out files
1 parent 4d6f335 commit 8d360a2

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ source:
2929
outputs:
3030
{
3131
out1:
32+
{
33+
module_type: RootOutput
34+
fileName: "%ifb_choppyfiltered.root"
35+
dataTier: "filtered"
36+
fastCloning: true
37+
SelectEvents: [ dropchoppy ]
38+
}
39+
out2:
3240
{
3341
module_type: RootOutput
3442
fileName: "%ifb_choppy.root"
@@ -47,9 +55,11 @@ physics:
4755
}
4856
}
4957

58+
dropchoppy: [ "filterchoppy"]
5059
savechoppy: [ "!filterchoppy"]
5160
stream1: [ out1 ]
52-
trigger_paths: [ savechoppy ]
53-
end_paths: [ stream1 ]
61+
stream2: [ out2 ]
62+
trigger_paths: [ dropchoppy, savechoppy ]
63+
end_paths: [ stream1, stream2 ]
5464
}
5565

0 commit comments

Comments
 (0)