ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/UHHAnalysis/SFrameTools/src/HypothesisStatistics.cxx
(Generate patch)

Comparing UserCode/UHHAnalysis/SFrameTools/src/HypothesisStatistics.cxx (file contents):
Revision 1.1 by peiffer, Thu Nov 1 08:21:25 2012 UTC vs.
Revision 1.2 by peiffer, Thu Nov 1 17:29:17 2012 UTC

# Line 27 | Line 27 | void HypothesisStatistics::FillHyps(Reco
27   void HypothesisStatistics::PrintStatistics(){
28    m_logger << INFO << "-------------------------- Reconstruction Hypothesis Statistics -------------------------"<< SLogger::endmsg;
29    m_logger << INFO << "number of analysed events:   " << m_ntotal << SLogger::endmsg;
30 <  m_logger << INFO << "hypothesis are identical:    " << 100.*(double)m_identical/((double)m_ntotal)<< "%" << SLogger::endmsg;
30 >  m_logger << INFO << "hypotheses are identical:    " << 100.*(double)m_identical/((double)m_ntotal)<< "%" << SLogger::endmsg;
31    m_logger << INFO << "leptonic tops are identical: " << 100.*(double)m_toplep_identical/((double)m_ntotal)<< "%" << SLogger::endmsg;
32    m_logger << INFO << "hadronic tops are identical: " << 100.*(double)m_tophad_identical/((double)m_ntotal)<< "%" << SLogger::endmsg;
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines