8 expectedMean_(expectedMean),
9 expectedRMS_(expectedRMS),
31 return std::sqrt(numerator / denominator);
37 os <<
"OVAL " << stat.
name() <<
" entries:" << stat.
nEntries();
42 os <<
" RMS: " << stat.
RMS() <<
" (expect " << stat.
expectedRMS() <<
")";
float weightedMean() const
std::ostream & operator<<(std::ostream &out, const ALILine &li)
float expectedMean() const
~CaloValidationStatistics()
prints to LogInfo upon destruction
Log< level::Info, false > LogInfo
void addEntry(float value, float weight=1.)
CaloValidationStatistics(std::string name, float expectedMean, float expectedRMS)
float expectedRMS() const