From 7490b89919b4e66a1698dcfac4f4e0d55b474d12 Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Date: Thu, 9 Feb 2023 22:05:57 -0500
Subject: [PATCH] treewide:
 s/ReconstructedParticlesAssociations/ReconstructedParticleAssociations/

---
 options/reconstruction.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/options/reconstruction.py b/options/reconstruction.py
index 4daa8ea7..0fd5555d 100644
--- a/options/reconstruction.py
+++ b/options/reconstruction.py
@@ -1091,7 +1091,7 @@ match_clusters = MatchClusters(
         str(ci_hcal_clreco.outputAssociations),
     ],
     outputParticles="ReconstructedParticles",
-    outputParticlesAssoc="ReconstructedParticlesAssociations",
+    outputParticlesAssoc="ReconstructedParticleAssociations",
 )
 algorithms.append(match_clusters)
 
-- 
GitLab