File tree Expand file tree Collapse file tree
sbndcode/JobConfigurations/standard/reco/config Expand file tree Collapse file tree Original file line number Diff line number Diff 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 "
7983sbnd_reco1_producers.fasthit.DigitModuleLabel: "simtpc2d:daq"
8084sbnd_reco1_producers.gaushitTruthMatch.HitParticleAssociations.HitModuleLabel: "gaushit"
81-
85+ sbnd_reco1_producers.specialblipgaushit.CalDataModuleLabel: "simtpc2d:gauss"
86+ sbnd_reco1_producers.blipgaushitTruthMatch.HitParticleAssociations.HitModuleLabel: "specialblipgaushit"
8287sbnd_reco1_filters: {
8388 #filter events based on the number of reconstructed hits (avoids overly messy data events)
8489 numberofhitsfilter: @local::sbnd_numberofhitsfilter
Original file line number Diff line number Diff 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
187191sbnd_reco2_producers.crttrackmatchingSCE.TPCTrackModuleLabel: "pandoraSCETrack"
188192sbnd_reco2_producers.crttrackmatchingSCE.PFPModuleLabel: "pandoraSCE"
189193sbnd_reco2_producers.crttrackmatchingSCE.MatchingAlg.TPCTrackLabel: "pandoraSCETrack"
190-
194+ sbnd_reco2_producers.blipPandoraCopy.HitFinderModuleLabel: "specialblipgaushit"
195+ sbnd_reco2_producers.blipPandoraTrackCopy.PFParticleLabel: "blipPandoraCopy"
191196sbnd_reco2_analyzers: {
192197 caloskim: @local::caloskim_nodigits_goldentracks
193198 crtana: @local::crtana_sbnd
You can’t perform that action at this time.
0 commit comments