Skip to content

Commit 5aa0664

Browse files
author
Brinden Carlson
committed
Save space for reco1 data stage by dropping mlreco products
1 parent 28e1f26 commit 5aa0664

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sbndcode/JobConfigurations/base/reco_drops.fcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ BEGIN_PROLOG
2020
reco_drops: [ @sequence::detsim_drops,
2121
"drop raw::RawDigits_*_*_*",
2222
"drop raw::OpDetWaveforms_*_*_*",
23-
"drop *_sedlite_*_*" #drop all mlreco output
24-
#"drop *_cluster3d_*_*", #drop cluster3d output
25-
#"drop *_simplemerge_*_*" #drop all mlreco output
23+
"drop *_sedlite_*_*", #drop all mlreco output
24+
"drop *_cluster3d_*_*", #drop cluster3d output
25+
"drop *_simplemerge_*_*" #drop all mlreco output
2626
]
2727

2828
END_PROLOG

0 commit comments

Comments
 (0)