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 fb093fa55..6520f36bd 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 43493065b..fb4a26030 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"