Skip to content
Snippets Groups Projects
Commit 6932c560 authored by Michael Leyhe's avatar Michael Leyhe
Browse files

Hot Fix: Added No of fit events output to AbsHist.cc

parent 25fb6bd0
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,7 @@ void AbsHist::fillIt(boost::shared_ptr<AbsLh> theLh, fitParams& theFitParams){
std::map<boost::shared_ptr<massHistData>, TH1F*, pawian::Collection::SharedPtrLess >::iterator itMassMap;
for(itMassMap= _massFitHistMap.begin(); itMassMap!= _massFitHistMap.end(); ++itMassMap){
itMassMap->second->Scale(scaleFactor);
Info << "No of fit events: " << itMassMap->second->Integral(); // << endmsg;
}
std::map<boost::shared_ptr<angleHistData>, std::vector<TH1F*>, pawian::Collection::SharedPtrLess >::iterator itAngleMap;
......
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