Skip to content

Commit 413b4da

Browse files
author
Harry Scott
committed
Moving reco drops to dedicated fcl (that keeps rawdigits)
1 parent 402eae3 commit 413b4da

3 files changed

Lines changed: 7 additions & 15 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,9 @@ sbnd_reco1_drops_selective: [ #Needed to maintain earlier workflows where some
3333
, "drop *_cluster3d_*_*" #drop all mlreco output
3434
]
3535

36+
sbnd_reco1_drops_keep_rawdigits: [
37+
@sequence::sbnd_reco1_drops_selective
38+
, "keep raw::RawDigit*_*_*_*"
39+
]
40+
3641
END_PROLOG

sbndcode/JobConfigurations/standard/reco/reco1_rawdigit.fcl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,4 @@ physics.producers.daq.DigitModuleLabel: "daq"
66
#2D Deconvolution
77
#physics.producers.simtpc2d.DigitModuleLabel: "simtpc2d:daq"
88

9-
outputs.out1.outputCommands: [
10-
"keep *_*_*_*"
11-
, "drop raw::OpDetWaveforms_*_*_*"
12-
, "drop sim::OpDetBacktrackerRecords_*_*_*"
13-
, "drop *_linecluster_*_*"
14-
, "drop *_fasthit_*_*"
15-
#, "drop raw::RawDigit*_simtpc2d_*_*"
16-
#, "drop raw::RawDigit*_daq_*_DetSim"
17-
, "keep raw::RawDigit*_*_*_*"
18-
]
9+
outputs.out1.outputCommands: [@sequence::sbnd_reco1_drops_keep_rawdigits]
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#include "reco2_data.fcl"
22

3-
#analyzers.caloskim: @local::caloskim_goldentracks
43
analyzers.caloskim: @local::caloskim_nodigits_goldentracks
54

65
#1D/Data Deconvolution
@@ -13,7 +12,4 @@ physics.analyzers.caloskim.SelectionTools: []
1312
physics.analyzers.caloskim.RequireT0: false
1413
physics.analyzers.caloskim.HitRawDigitsTickCollectWidth: 200
1514

16-
outputs.out1.outputCommands: [
17-
"keep *_*_*_*",
18-
"keep raw::RawDigit*_*_*_*"
19-
]
15+
outputs.out1.outputCommands: [@sequence::sbnd_reco1_drops_keep_rawdigits]

0 commit comments

Comments
 (0)