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

Reverted changes

parent 1e133456
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ StatusCode FastCaloSimParamAlg::execute()
}
//clusterize(eventSteps);
std::cout << "Size after clusterization: " << MergeeventSteps->size() << std::endl;
StatusCode sc = evtStore()->record(MergeeventSteps,"ZHMergedEventSteps");
StatusCode sc = evtStore()->record(MergeeventSteps,"MergedEventSteps");
if (sc.isFailure())
{
std::cout<<"Coudn't resave merged collection "<<std::endl;
......@@ -219,7 +219,7 @@ const HepMC::GenParticle* FastCaloSimParamAlg::getParticleFromMC()
const ISF_FCS_Parametrization::FCS_StepInfoCollection* FastCaloSimParamAlg::getFCS_StepInfo()
{
const ISF_FCS_Parametrization::FCS_StepInfoCollection* eventStepsES;
StatusCode sc = evtStore()->retrieve(eventStepsES, "ZHEventSteps");
StatusCode sc = evtStore()->retrieve(eventStepsES, "EventSteps");
if (sc.isFailure()) return NULL;
return eventStepsES;
......
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