Skip to content

Commit b98020e

Browse files
author
Jacob McLaughlin
committed
Missed a couple files from the other branch
1 parent 0133506 commit b98020e

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

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

100644100755
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,12 @@ sbnd_reco1_producers:{
4040

4141
### hit-finder producers
4242
gaushit: @local::sbnd_gaushitfinder
43+
specialblipgaushit: @local::sbnd_gaushitfinder
4344
fasthit: @local::sbnd_fasthitfinder
4445

4546
### Truth-matich for hits
4647
gaushitTruthMatch: @local::standard_mcparticlehitmatching
48+
blipgaushitTruthMatch: @local::standard_mcparticlehitmatching
4749

4850
### CRT reconstruction
4951
crtstrips: @local::crtstriphitproducer_sbnd
@@ -67,6 +69,8 @@ sbnd_reco1_producer_sequence: [
6769
#, opflashtpc1xarapuca
6870
, gaushit
6971
, gaushitTruthMatch
72+
, specialblipgaushit
73+
, blipgaushitTruthMatch
7074
, crtstrips
7175
, crtclustering
7276
, crtspacepoints
@@ -75,10 +79,11 @@ sbnd_reco1_producer_sequence: [
7579
]
7680

7781
#FIXME override the producer labels. This should really happen in the module's config fcl
78-
sbnd_reco1_producers.gaushit.CalDataModuleLabel: "simtpc2d:gauss"
82+
sbnd_reco1_producers.gaushit.CalDataModuleLabel: "simtpc2d:dnnsp"
7983
sbnd_reco1_producers.fasthit.DigitModuleLabel: "simtpc2d:daq"
8084
sbnd_reco1_producers.gaushitTruthMatch.HitParticleAssociations.HitModuleLabel: "gaushit"
81-
85+
sbnd_reco1_producers.specialblipgaushit.CalDataModuleLabel: "simtpc2d:gauss"
86+
sbnd_reco1_producers.blipgaushitTruthMatch.HitParticleAssociations.HitModuleLabel: "specialblipgaushit"
8287
sbnd_reco1_filters: {
8388
#filter events based on the number of reconstructed hits (avoids overly messy data events)
8489
numberofhitsfilter: @local::sbnd_numberofhitsfilter

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

100644100755
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ sbnd_reco2_producers:{
3030
### pandora
3131
pandora: @local::sbnd_pandora
3232
pandoraTrack: @local::sbnd_pandoraTrackCreation
33+
blipPandoraCopy: @local::sbnd_pandora
34+
blipPandoraTrackCopy:@local::sbnd_pandoraTrackCreation
3335
pandoraShower: @local::sbnd_incremental_pandoraModularShowerCreation
3436
pandoraShowerSBN: @local::sbnd_sbn_pandoraModularShowerCreation
3537
pandoraCalo: @local::sbnd_gnewcalomc
@@ -93,6 +95,8 @@ sbnd_reco2_producer_sequence: [
9395
rns
9496
, pandora
9597
, pandoraTrack
98+
, blipPandoraCopy
99+
, blipPandoraTrackCopy
96100
, pandoraShower
97101
, pandoraShowerSBN
98102
, pandoraCalo
@@ -187,7 +191,8 @@ sbnd_reco2_producers.crtspacepointmatchingSCE.MatchingAlg.TPCTrackLabel: "pandor
187191
sbnd_reco2_producers.crttrackmatchingSCE.TPCTrackModuleLabel: "pandoraSCETrack"
188192
sbnd_reco2_producers.crttrackmatchingSCE.PFPModuleLabel: "pandoraSCE"
189193
sbnd_reco2_producers.crttrackmatchingSCE.MatchingAlg.TPCTrackLabel: "pandoraSCETrack"
190-
194+
sbnd_reco2_producers.blipPandoraCopy.HitFinderModuleLabel: "specialblipgaushit"
195+
sbnd_reco2_producers.blipPandoraTrackCopy.PFParticleLabel: "blipPandoraCopy"
191196
sbnd_reco2_analyzers: {
192197
caloskim: @local::caloskim_nodigits_goldentracks
193198
crtana: @local::crtana_sbnd

0 commit comments

Comments
 (0)