#include <DummyAlgorithm.h>
Definition at line 18 of file DummyAlgorithm.h.
◆ DummyAlgorithm()
| dqm_algorithms::DummyAlgorithm::DummyAlgorithm |
( |
const std::string & | name | ) |
|
Definition at line 20 of file DummyAlgorithm.cxx.
22{
23 dqm_core::AlgorithmManager::instance().registerAlgorithm( name, this );
24}
◆ clone()
◆ execute()
| dqm_core::Result * dqm_algorithms::DummyAlgorithm::execute |
( |
const std::string & | name, |
|
|
const TObject & | , |
|
|
const dqm_core::AlgorithmConfig & | ) |
Definition at line 33 of file DummyAlgorithm.cxx.
37{
38 ERS_DEBUG(1, "DummyAlgorithm: returning Undefined for " << name
39 << " (channel intentionally disabled in detector)");
40 return new dqm_core::Result( dqm_core::Result::Undefined );
41}
◆ printDescription()
| void dqm_algorithms::DummyAlgorithm::printDescription |
( |
std::ostream & | out | ) |
|
Definition at line 44 of file DummyAlgorithm.cxx.
45{
46 out <<
"Dummy_Algorithm: Always returns Result::Undefined.\n"
47 << "Use for histograms whose detector channel is intentionally\n"
48 << "disabled (e.g. switched-off sTGC Qi/Li layers in Pad/Strip/Wire).\n"
49 << "No parameters or thresholds required.\n" << std::endl;
50}
◆ m_name
| std::string dqm_algorithms::DummyAlgorithm::m_name |
|
private |
The documentation for this struct was generated from the following files: