Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ physics.producers.cafmaker.TrackCaloLabel: "pandoraCaloData"
physics.producers.cafmaker.TrackChi2PidLabel: "pandoraPidData"

# Include 3D barycenter flahs matching
physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatch"
physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching"

# Blinding not needed for MC
physics.producers.cafmaker.CreateBlindedCAF: false
Expand Down
3 changes: 3 additions & 0 deletions sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ physics.producers.cafmaker.SaveGENIEEventRecord: true
physics.producers.cafmaker.FlashMatchOpDetSuffixes: ["", "op", "ara", "opara"]
physics.producers.cafmaker.FlashMatchSCECryoSuffixes: [""]

# Include 3D barycenter flahs matching
physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching"

# Overwrite weight_functions label:
physics.producers.fluxweight.weight_functions: @local::physics.producers.fluxweight.weight_functions_flux

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

#include "opt0finder_sbnd.fcl"

#include "sbnd_tpcpmt3dbarycentermatching_config.fcl"

#include "sbnd_trackcalo_skimmer.fcl"
#include "crtana_sbnd.fcl"
#include "pmtskim_sbnd.fcl"
Expand Down Expand Up @@ -60,6 +62,7 @@ sbnd_reco2_producers:{
fmatchoparaSCE: @local::sbnd_simple_flashmatch_opara_sce
opt0finder: @local::sbnd_opt0_finder_one_to_many
opt0finderSCE: @local::sbnd_opt0_finder_one_to_many
tpcpmtbarycentermatching: @local::TPCPMTBarycenterMatchProducer

### Uncalibrated calorimetry producer for calibration caloskimmer
caloskimCalorimetry: @local::caloskim_calorimetry
Expand All @@ -85,6 +88,7 @@ sbnd_reco2_producer_sequence: [
, fmatchopara
, caloskimCalorimetry
, opt0finder
, tpcpmtbarycentermatching
, pandoraSCE
, pandoraSCETrack
, pandoraSCEShower
Expand Down
3 changes: 2 additions & 1 deletion sbndcode/JobConfigurations/standard/reco/reco2_data.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ physics.producers:
{
@table::physics.producers
opt0finder: @local::sbnd_opt0_finder_data
tpcpmtbarycentermatching: @local::TPCPMTBarycenterMatchProducer
}

physics.reco2: [ pandora, pandoraTrack, pandoraShower, pandoraShowerSBN, pandoraCaloData, pandoraPidData, caloskimCalorimetry,
cvn, opt0finder]
cvn, opt0finder, tpcpmtbarycentermatching]

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