Skip to content
Snippets Groups Projects
Commit b82ff9bf authored by Petr Jacka's avatar Petr Jacka
Browse files

Reverted changes

Former-commit-id: 5f8245f86226b12810c595d8b009d1a97f12e5db
parent 927673a9
No related merge requests found
...@@ -779,7 +779,7 @@ StatusCode ISF_HitAnalysis::execute() ...@@ -779,7 +779,7 @@ StatusCode ISF_HitAnalysis::execute()
//Get the FastCaloSim step info collection from store //Get the FastCaloSim step info collection from store
const ISF_FCS_Parametrization::FCS_StepInfoCollection* eventStepsES; const ISF_FCS_Parametrization::FCS_StepInfoCollection* eventStepsES;
StatusCode sc = evtStore()->retrieve(eventStepsES, "ZHMergedEventSteps"); StatusCode sc = evtStore()->retrieve(eventStepsES, "MergedEventSteps");
if (sc.isFailure()) if (sc.isFailure())
{ {
ATH_MSG_WARNING( "No FastCaloSim steps read from StoreGate?" ); ATH_MSG_WARNING( "No FastCaloSim steps read from StoreGate?" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment