Skip to content

Commit 274bf71

Browse files
Merge pull request #721 from SBNSoftware/bugfix/tpcbarycenterflashmatching_mc
Add tpcpdbarycentermatching to standard workflow
2 parents 10a2cf2 + 93ffcf7 commit 274bf71

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ physics.producers.cafmaker.TrackCaloLabel: "pandoraCaloData"
151151
physics.producers.cafmaker.TrackChi2PidLabel: "pandoraPidData"
152152

153153
# Include 3D barycenter flahs matching
154-
physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatch"
154+
physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching"
155155

156156
# Blinding not needed for MC
157157
physics.producers.cafmaker.CreateBlindedCAF: false

sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ physics.producers.cafmaker.SaveGENIEEventRecord: true
147147
physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"]
148148
physics.producers.cafmaker.FlashMatchSCECryoSuffixes: [""]
149149

150+
# Include 3D barycenter flahs matching
151+
physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching"
152+
150153
# Overwrite weight_functions label:
151154
physics.producers.fluxweight.weight_functions: @local::physics.producers.fluxweight.weight_functions_flux
152155

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
#include "opt0finder_sbnd.fcl"
1313

14+
#include "sbnd_tpcpmt3dbarycentermatching_config.fcl"
15+
1416
#include "sbnd_trackcalo_skimmer.fcl"
1517
#include "crtana_sbnd.fcl"
1618
#include "pmtskim_sbnd.fcl"
@@ -60,6 +62,7 @@ sbnd_reco2_producers:{
6062
fmatchoparaSCE: @local::sbnd_simple_flashmatch_opara_sce
6163
opt0finder: @local::sbnd_opt0_finder_one_to_many
6264
opt0finderSCE: @local::sbnd_opt0_finder_one_to_many
65+
tpcpmtbarycentermatching: @local::TPCPMTBarycenterMatchProducer
6366

6467
### Uncalibrated calorimetry producer for calibration caloskimmer
6568
caloskimCalorimetry: @local::caloskim_calorimetry
@@ -85,6 +88,7 @@ sbnd_reco2_producer_sequence: [
8588
, fmatchopara
8689
, caloskimCalorimetry
8790
, opt0finder
91+
, tpcpmtbarycentermatching
8892
, pandoraSCE
8993
, pandoraSCETrack
9094
, pandoraSCEShower

sbndcode/JobConfigurations/standard/reco/reco2_data.fcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ physics.producers:
1616
{
1717
@table::physics.producers
1818
opt0finder: @local::sbnd_opt0_finder_data
19+
tpcpmtbarycentermatching: @local::TPCPMTBarycenterMatchProducer
1920
}
2021

2122
physics.reco2: [ pandora, pandoraTrack, pandoraShower, pandoraShowerSBN, pandoraCaloData, pandoraPidData, caloskimCalorimetry,
22-
cvn, opt0finder]
23+
cvn, opt0finder, tpcpmtbarycentermatching]
2324

2425
#The next 3 lines need to be commented out once data use pandoraSCE by default.
2526
physics.producers.cvn.SliceLabel: "pandora"

0 commit comments

Comments
 (0)