Skip to content

Commit 995d593

Browse files
committed
New drops sequence and job fcl that maintains the previous set of drops for the old reco1 fcls
1 parent 779acf6 commit 995d593

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

sbndcode/JobConfigurations/standard/reco/config/drops_reco1.fcl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,13 @@ sbnd_reco1_drops_keep_rawopdetwf: [
2424
, @sequence::sbnd_reco1_ml_drops
2525
]
2626

27+
sbnd_reco1_drops_selective: [ #Needed to maintain earlier workflows where some products are not needed but others are
28+
"keep *_*_*_*"
29+
, "drop raw::OpDetWaveforms_*_*_*"
30+
, "drop *raw::RawDigits*_*_*_*"
31+
, "drop sim::OpDetBacktrackerRecords_*_*_*"
32+
, "drop *_fasthit_*_*"
33+
, "drop *_cluster3d_*_*" #drop all mlreco output
34+
]
35+
2736
END_PROLOG
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include "standard_reco1_sbnd.fcl"
2+
3+
outputs.out1.outputCommands: [
4+
@sequence::sbnd_reco1_drops_selective
5+
]

0 commit comments

Comments
 (0)