diff --git a/fcl/reco/Definitions/stage1_icarus_defs.fcl b/fcl/reco/Definitions/stage1_icarus_defs.fcl index 9dfe86a1b..136612f74 100644 --- a/fcl/reco/Definitions/stage1_icarus_defs.fcl +++ b/fcl/reco/Definitions/stage1_icarus_defs.fcl @@ -384,7 +384,7 @@ icarus_stage1_producers.caloskimCalorimetryCryoW.TrackModuleLabel: #icarus_stage1_producers.pandoraGausCryoE.ConfigFile: "PandoraSettings_Master_ICARUS_RawICARUS.xml" # Also fix hit label for CRT-(pandora) TPC tagging -icarus_stage1_producers.CRTT0Tagging.HitLabels: ["combineHitsCryoE", "combineHitsCryoW"] +icarus_stage1_producers.CRTT0Tagging.HitLabel: ["combineHitsCryoE", "combineHitsCryoW"] # Override labels for ntupler icarus_stage1_analyzers.caloskimE.HITproducer: "combineHitsCryoE" diff --git a/fcl/reco/Stage1/data/stage1_run2_1d_icarus.fcl b/fcl/reco/Stage1/data/stage1_run2_1d_icarus.fcl index 4a6e28986..1ce43a36c 100644 --- a/fcl/reco/Stage1/data/stage1_run2_1d_icarus.fcl +++ b/fcl/reco/Stage1/data/stage1_run2_1d_icarus.fcl @@ -11,3 +11,11 @@ physics.reco: [ @sequence::icarus_filter1D_cluster3D, physics.producers.cluster3DCryoW.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCWW", "gaushit1dTPCWE"] physics.producers.cluster3DCryoE.Hit3DBuilderAlg.HitFinderTagVec: ["gaushit1dTPCEW", "gaushit1dTPCEE"] + +physics.producers.pandoraGausCryoE.HitFinderModuleLabel: "cluster3DCryoE" +physics.producers.pandoraGausCryoW.HitFinderModuleLabel: "cluster3DCryoW" + +physics.producers.CRTT0Tagging.HitLabel: ["cluster3DCryoE", "cluster3DCryoW"] + +physics.analyzers.caloskimE.HITproducer: "cluster3DCryoE" +physics.analyzers.caloskimW.HITproducer: "cluster3DCryoW"