Skip to content
Snippets Groups Projects
Commit 5ad4f40c authored by Mark Hodgkinson's avatar Mark Hodgkinson
Browse files

Remove cout message.

parent 372f4ed7
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ void eflowCaloObject::simulateShower(eflowLayerIntegrator *integrator, eflowEEta
}
}
}//if vector of 0.15 clusters exists
std::cout << " expectedEnergySigma is " << expectedEnergySigma << " for track with e, pt and eta of " << thisEfRecTrack->getTrack()->e() << ", " << thisEfRecTrack->getTrack()->pt() << " and " << thisEfRecTrack->getTrack()->eta() << " and 1st is " << j1st << std::endl;
double pull_015 = NAN;
if (expectedEnergySigma > 1e-6 ) pull_015 = (totalE_015-expectedEnergy)/expectedEnergySigma;
thisEfRecTrack->setpull15(pull_015);
......
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