File tree Expand file tree Collapse file tree
sbndcode/JobConfigurations/standard/reco Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
3641END_PROLOG
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 11#include "reco2_data.fcl"
22
3- #analyzers.caloskim: @local::caloskim_goldentracks
43analyzers.caloskim: @local::caloskim_nodigits_goldentracks
54
65#1D/Data Deconvolution
@@ -13,7 +12,4 @@ physics.analyzers.caloskim.SelectionTools: []
1312physics.analyzers.caloskim.RequireT0: false
1413physics.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]
You can’t perform that action at this time.
0 commit comments