Skip to content

Commit 2cd5dc3

Browse files
Merge pull request #603 from SBNSoftware/feature/rawdigit-workflow-patch
waveform workflow support
2 parents 26b8d08 + 1a64d5e commit 2cd5dc3

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ sbnd_reco1_drops_keep_rawdigits: [
3737
@sequence::sbnd_reco1_drops_selective
3838
, "keep raw::RawDigit*_*_*_*"
3939
]
40-
40+
4141
END_PROLOG
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#include "reco1_data_storefilteredevents.fcl"
2+
3+
outputs.out1.outputCommands: [@sequence::sbnd_reco1_drops_keep_rawdigits]

sbndcode/JobConfigurations/standard/reco/reco2_data_rawdigit.fcl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
analyzers.caloskim: @local::caloskim_nodigits_goldentracks
44

5-
#1D/Data Deconvolution
6-
physics.analyzers.caloskim.RawDigitproducers: ["daq"]
7-
8-
#2D Deconvolution
9-
#physics.analyzers.caloskim.RawDigitproducers: ["simtpc2d:daq"]
10-
115
physics.analyzers.caloskim.SelectionTools: []
126
physics.analyzers.caloskim.RequireT0: false
137
physics.analyzers.caloskim.HitRawDigitsTickCollectWidth: 200

0 commit comments

Comments
 (0)