Skip to content

Commit e021c98

Browse files
Merge pull request #624 from SBNSoftware/feature/hjscott1
Adding Monte-Carlo rawdigit reco workflow to sbndcode
2 parents bf5c08d + 5bba1e5 commit e021c98

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

sbndcode/JobConfigurations/standard/reco/reco1_data_rawdigit_storefilteredevents.fcl renamed to sbndcode/JobConfigurations/standard/reco/reco1_data_rawdigit_storefilteredevents_sbnd.fcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#include "reco1_data_storefilteredevents.fcl"
22

3+
physics.producers.daq.DigitModuleLabel: "daq"
4+
35
outputs.out1.outputCommands: [@sequence::sbnd_reco1_drops_keep_rawdigits]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include "standard_reco1_sbnd.fcl"
2+
3+
#1D/Data Deconvolution
4+
#physics.producers.daq.DigitModuleLabel: "daq"
5+
6+
#2D Deconvolution
7+
physics.producers.simtpc2d.DigitModuleLabel: "simtpc2d:daq"
8+
9+
outputs.out1.outputCommands: [@sequence::sbnd_reco1_drops_keep_rawdigits]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#include "standard_reco2_sbnd.fcl"
2+
#
3+
analyzers.caloskim: @local::caloskim_nodigits_goldentracks
4+
5+
physics.analyzers.caloskim.SelectionTools: []
6+
physics.analyzers.caloskim.RequireT0: false
7+
physics.analyzers.caloskim.HitRawDigitsTickCollectWidth: 200
8+
9+
outputs.out1.outputCommands: [@sequence::sbnd_reco1_drops_keep_rawdigits]

0 commit comments

Comments
 (0)