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

Reverted changes

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