Skip to content

Commit

Permalink
Another ClustersAssociations -> ClusterAssociations
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl authored May 3, 2023
1 parent 7c8499a commit 26f146f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 26f146f

Please sign in to comment.