From 0b0ade7a03cf784a0e2ae6d77092df270bd41930 Mon Sep 17 00:00:00 2001
From: miguelignacio <miguel.arratia@ucr>
Date: Wed, 9 Jun 2021 15:36:48 -0700
Subject: [PATCH] revert to full calo clustering to avoid crash

---
 benchmarks/clustering/barrel_clusters.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/clustering/barrel_clusters.sh b/benchmarks/clustering/barrel_clusters.sh
index d8ca6508..28f92415 100644
--- a/benchmarks/clustering/barrel_clusters.sh
+++ b/benchmarks/clustering/barrel_clusters.sh
@@ -47,7 +47,7 @@ if [[ "$?" -ne "0" ]] ; then
 fi
 
 # Need to figure out how to pass file name to juggler from the commandline
-gaudirun.py benchmarks/clustering/options/hcal_clustering.py
+gaudirun.py benchmarks/clustering/options/fullcalo_clustering.py
 if [[ "$?" -ne "0" ]] ; then
   echo "ERROR running juggler"
   exit 1
-- 
GitLab