Skip to content

Commit 32f13ff

Browse files
Merge branch 'develop' into feature/sungbino_likepid
2 parents 0f60b06 + 0a487c8 commit 32f13ff

4 files changed

Lines changed: 32 additions & 0 deletions
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+
]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
#include "sbnd_ci_nucosmics_detsim_quick_test_sbndcode.fcl"
2+
3+
#Adding these drops because the WireCell Toolkit simulation
4+
# is not deterministic, but they would like to keep these
5+
# in main production to further develop.
6+
outputs.out1.outputCommands: [ "keep *_*_*_*"
7+
,"drop *_simtpc2d_badmasks_*"
8+
,"drop *_simtpc2d_badchannels_*"
9+
]

test/ci/sbnd_ci_single_detsim_quick_test_sbndcode.fcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,11 @@
22

33
services.NuRandomService.policy: "perEvent"
44

5+
6+
#Adding these drops because the WireCell Toolkit simulation
7+
# is not deterministic, but they would like to keep these
8+
# in main production to further develop.
9+
outputs.out1.outputCommands: [ "keep *_*_*_*"
10+
,"drop *_simtpc2d_badmasks_*"
11+
,"drop *_simtpc2d_badchannels_*"
12+
]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
#include "sbnd_ci_single_detsim_quick_test_sbndcode.fcl"
2+
3+
#Adding these drops because the WireCell Toolkit simulation
4+
# is not deterministic, but they would like to keep these
5+
# in main production to further develop.
6+
outputs.out1.outputCommands: [ "keep *_*_*_*"
7+
,"drop *_simtpc2d_badmasks_*"
8+
,"drop *_simtpc2d_badchannels_*"
9+
]

0 commit comments

Comments
 (0)