From 5f8245f86226b12810c595d8b009d1a97f12e5db Mon Sep 17 00:00:00 2001
From: Petr Jacka <petr.jacka@cern.ch>
Date: Fri, 1 Sep 2017 14:58:24 +0000
Subject: [PATCH] Reverted changes

---
 .../ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx
index 40083e8c512f..d1152721b01c 100755
--- a/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx
+++ b/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/ISF_HitAnalysis.cxx
@@ -779,7 +779,7 @@ StatusCode ISF_HitAnalysis::execute()
 
  //Get the FastCaloSim step info collection from store
  const ISF_FCS_Parametrization::FCS_StepInfoCollection* eventStepsES;
- StatusCode sc = evtStore()->retrieve(eventStepsES, "ZHMergedEventSteps");
+ StatusCode sc = evtStore()->retrieve(eventStepsES, "MergedEventSteps");
  if (sc.isFailure())
  {
   ATH_MSG_WARNING( "No FastCaloSim steps read from StoreGate?" );
-- 
GitLab