From e0f0894292dcac2b067127be123fd8c8d9734506 Mon Sep 17 00:00:00 2001 From: sungbinoh Date: Mon, 20 Oct 2025 12:21:19 -0500 Subject: [PATCH] adding TrackChi2PidLabel to cafmakerjob fcl files --- sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl | 1 + .../JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce.fcl | 1 + sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce.fcl | 1 + 3 files changed, 3 insertions(+) diff --git a/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl b/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl index e9c608edd..513715dae 100644 --- a/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl +++ b/sbndcode/JobConfigurations/base/cafmakerjob_sbnd_data_base.fcl @@ -152,6 +152,7 @@ physics.producers.cafmaker.TrackHitFillRRStartCut: 1000 physics.producers.cafmaker.TrackHitFillRREndCut: 1000 physics.producers.cafmaker.TrackCaloLabel: "pandoraCaloData" physics.producers.cafmaker.TrackChi2PidLabel: "pandoraPidData" +physics.producers.cafmaker.TrackLikePidLabel: "pandoraLikePidData" # Include 3D barycenter flahs matching physics.producers.cafmaker.TPCPMTBarycenterMatchLabel: "tpcpmtbarycentermatching" diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce.fcl index 0732aba99..853ae6778 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_data_sce.fcl @@ -8,6 +8,7 @@ physics.producers.cafmaker.RecoShowerLabel: "pandoraSCEShowerSBN" physics.producers.cafmaker.RecoTrackLabel: "pandoraSCETrack" physics.producers.cafmaker.TrackCaloLabel: "pandoraSCECaloData" physics.producers.cafmaker.TrackChi2PidLabel: "pandoraSCEPidData" +physics.producers.cafmaker.TrackLikePidLabel: "pandoraSCELikePidData" physics.producers.cafmaker.CRTSpacePointMatchLabel: "crtspacepointmatchingSCE" physics.producers.cafmaker.SBNDCRTTrackMatchLabel: "crttrackmatchingSCE" physics.producers.cafmaker.OpT0Label: "opt0finderSCE" diff --git a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce.fcl b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce.fcl index e96f04181..d76258fc0 100644 --- a/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce.fcl +++ b/sbndcode/JobConfigurations/standard/caf/cafmakerjob_sbnd_sce.fcl @@ -8,6 +8,7 @@ physics.producers.cafmaker.RecoShowerLabel: "pandoraSCEShowerSBN" physics.producers.cafmaker.RecoTrackLabel: "pandoraSCETrack" physics.producers.cafmaker.TrackCaloLabel: "pandoraSCECalo" physics.producers.cafmaker.TrackChi2PidLabel: "pandoraSCEPid" +physics.producers.cafmaker.TrackLikePidLabel: "pandoraSCELikePid" physics.producers.cafmaker.CRTSpacePointMatchLabel: "crtspacepointmatchingSCE" physics.producers.cafmaker.SBNDCRTTrackMatchLabel: "crttrackmatchingSCE" physics.producers.cafmaker.CRTHitMatchLabel: "pandoraSCETrackCRTHit"