Skip to content

Commit c534f92

Browse files
author
Jacob McLaughlin
committed
addressing several code review comments
1 parent d5685d5 commit c534f92

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sbnd_reco1_ml_drops: [
1212
sbnd_reco1_drops: [
1313
@sequence::detsim_drops
1414
, "drop raw::RawDigits_*_*_*"
15-
#, "drop raw::OpDetWaveforms_*_*_*"
15+
, "drop raw::OpDetWaveforms_*_*_*"
1616
, "drop *_fasthit_*_*"
1717
, "drop recob::Wires_*_wiener_*" #drop wiener wires
1818
, "drop recob::Wires_*_gauss_*"
@@ -35,13 +35,6 @@ sbnd_reco1_drops_selective: [ #Needed to maintain earlier workflows where some
3535
, "drop *_cluster3d_*_*" #drop all mlreco output
3636
]
3737

38-
sbnd_reco1_drops_data: [ #data specific drops to conserve space where needed
39-
"keep *_*_*_*",
40-
"drop *_cluster3d_*_*", #drop uneeded spine (mlreco) output
41-
"drop recob::Wires_*_gauss_*",
42-
"drop recob::Wires_*_wiener_*"
43-
]
44-
4538
sbnd_reco1_drops_keep_rawdigits: [
4639
@sequence::sbnd_reco1_drops_selective
4740
, "keep raw::RawDigit*_*_*_*"

sbndcode/JobConfigurations/standard/reco/reco1_data.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ physics.reco1: [sptpc2d, gaushit, specialblipgaushit, numberofhitsfilter, cluste
3737
physics.ana: [superadata]
3838

3939
outputs.out1.SelectEvents: [ "reco1" ]
40-
outputs.out1.outputCommands:[@sequence::sbnd_reco1_drops_data]
40+
outputs.out1.outputCommands:[@sequence::sbnd_reco1_drops]
4141

4242
physics.producers.gaushit.CalDataModuleLabel: "sptpc2d:dnnsp"
4343
physics.producers.specialblipgaushit.CalDataModuleLabel: "sptpc2d:gauss"

0 commit comments

Comments
 (0)