Skip to content

Commit 2324381

Browse files
Update output commands in sbnd_ci_nucosmics_detsim_fcl
Added output commands to drop non-deterministic simulation data.
1 parent c430603 commit 2324381

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
#include "standard_detsim_sbnd.fcl"
22

33
services.NuRandomService.policy: "perEvent"
4+
5+
#Adding these drops because the WireCell Toolkit simulation
6+
# is not deterministic, but they would like to keep these
7+
# in main production to further develop.
8+
outputs.out1.outputCommands: [ "keep *_*_*_*"
9+
,"drop *_simtpc2d_badmasks_*"
10+
,"drop *_simtpc2d_badchannels_*"
11+
]

0 commit comments

Comments
 (0)