Skip to content

Commit 232f0c9

Browse files
Merge pull request #564 from SBNSoftware/feature/bearc_supera_data
Save space for reco1 data stage by dropping cluster3d
2 parents 1b2bd01 + 896bc55 commit 232f0c9

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)