We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e1f26 commit 5aa0664Copy full SHA for 5aa0664
1 file changed
sbndcode/JobConfigurations/base/reco_drops.fcl
@@ -20,9 +20,9 @@ BEGIN_PROLOG
20
reco_drops: [ @sequence::detsim_drops,
21
"drop raw::RawDigits_*_*_*",
22
"drop raw::OpDetWaveforms_*_*_*",
23
- "drop *_sedlite_*_*" #drop all mlreco output
24
- #"drop *_cluster3d_*_*", #drop cluster3d output
25
- #"drop *_simplemerge_*_*" #drop all mlreco output
+ "drop *_sedlite_*_*", #drop all mlreco output
+ "drop *_cluster3d_*_*", #drop cluster3d output
+ "drop *_simplemerge_*_*" #drop all mlreco output
26
]
27
28
END_PROLOG
0 commit comments