![]() |
ATLAS Offline Software
|
#include <CheckMean.h>
Public Member Functions | |
| CheckMean () | |
| virtual | ~CheckMean () |
| virtual dqm_core::Algorithm * | clone () |
| virtual dqm_core::Result * | execute (const std::string &name, const TObject &data, const dqm_core::AlgorithmConfig &config) |
| virtual void | printDescription (std::ostream &out) |
Protected Member Functions | |
| virtual double | getWarningLimit (const dqm_core::AlgorithmConfig &config, std::string limitName) |
| virtual double | getErrorLimit (const dqm_core::AlgorithmConfig &config, std::string limitName) |
Protected Attributes | |
| std::string | m_name |
| std::string | m_limitName |
Definition at line 16 of file CheckMean.h.
| dqm_algorithms::CheckMean::CheckMean | ( | ) |
Definition at line 30 of file CheckMean.cxx.
|
virtual |
Definition at line 39 of file CheckMean.cxx.
|
virtual |
Definition at line 46 of file CheckMean.cxx.
|
virtual |
Definition at line 54 of file CheckMean.cxx.
|
protectedvirtual |
Definition at line 145 of file CheckMean.cxx.
|
protectedvirtual |
Definition at line 131 of file CheckMean.cxx.
|
virtual |
Definition at line 108 of file CheckMean.cxx.
|
protected |
Definition at line 34 of file CheckMean.h.
|
protected |
Definition at line 33 of file CheckMean.h.