From 26f146feb81c49d04e5233a55fdd49b2fedbceb4 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Wed, 3 May 2023 16:31:17 -0400 Subject: [PATCH] Another ClustersAssociations -> ClusterAssociations --- .../LUMISPECCAL/Cluster_factory_EcalLumiSpecTruthClusters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detectors/LUMISPECCAL/Cluster_factory_EcalLumiSpecTruthClusters.h b/src/detectors/LUMISPECCAL/Cluster_factory_EcalLumiSpecTruthClusters.h index 897b4ec882..fdaea378fb 100644 --- a/src/detectors/LUMISPECCAL/Cluster_factory_EcalLumiSpecTruthClusters.h +++ b/src/detectors/LUMISPECCAL/Cluster_factory_EcalLumiSpecTruthClusters.h @@ -92,7 +92,7 @@ class Cluster_factory_EcalLumiSpecTruthClusters : public eicrecon::JFactoryPodio // Hand owner of algorithm objects over to JANA Set(m_outputClusters); - event->Insert(m_outputAssociations, "EcalLumiSpecTruthClustersAssociations"); + event->Insert(m_outputAssociations, "EcalLumiSpecTruthClusterAssociations"); m_outputClusters.clear(); // not really needed, but better to not leave dangling pointers around m_outputAssociations.clear(); }