![]() |
ATLAS Offline Software
|
#include <BasicStatCheck.h>
Public Member Functions | |
| BasicStatCheck (const std::string &name) | |
| BasicStatCheck * | clone () |
| dqm_core::Result * | execute (const std::string &, const TObject &, const dqm_core::AlgorithmConfig &) |
| void | printDescription (std::ostream &out) |
Private Attributes | |
| std::string | m_name |
Definition at line 20 of file BasicStatCheck.h.
| dqm_algorithms::BasicStatCheck::BasicStatCheck | ( | const std::string & | name | ) |
Definition at line 27 of file BasicStatCheck.cxx.
| dqm_algorithms::BasicStatCheck * dqm_algorithms::BasicStatCheck::clone | ( | ) |
Definition at line 34 of file BasicStatCheck.cxx.
| dqm_core::Result * dqm_algorithms::BasicStatCheck::execute | ( | const std::string & | name, |
| const TObject & | object, | ||
| const dqm_core::AlgorithmConfig & | config ) |
Definition at line 42 of file BasicStatCheck.cxx.
| void dqm_algorithms::BasicStatCheck::printDescription | ( | std::ostream & | out | ) |
Definition at line 107 of file BasicStatCheck.cxx.
|
private |
Definition at line 31 of file BasicStatCheck.h.