ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
summary
MDTSummary.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
8
9
#ifndef DQM_ALGORITHMS_MDT_SUMMARY_H
10
#define DQM_ALGORITHMS_MDT_SUMMARY_H
11
12
#include <map>
13
#include <dqm_core/Parameter.h>
14
#include <dqm_core/SummaryMaker.h>
15
#include <dqm_core/Result.h>
16
#include <boost/thread/mutex.hpp>
17
18
namespace
dqm_algorithms
19
{
20
namespace
summary
21
{
26
class
MDTSummary
:
public
dqm_core::SummaryMaker
27
{
28
public
:
29
MDTSummary
() ;
30
MDTSummary
*
clone
();
31
virtual
dqm_core::Result *
execute
(
const
std::string& ,
const
dqm_core::Result&,
const
dqm_core::ParametersMap&
map
);
32
private
:
33
float
m_thresholdRed
;
34
float
m_thresholdYellow
;
35
};
36
}
37
}
38
39
#endif
// DQM_ALGORITHMS_GENERIC_SUMMARY_H
40
dqm_algorithms::summary::MDTSummary::clone
MDTSummary * clone()
Definition
MDTSummary.cxx:21
dqm_algorithms::summary::MDTSummary::execute
virtual dqm_core::Result * execute(const std::string &, const dqm_core::Result &, const dqm_core::ParametersMap &map)
Definition
MDTSummary.cxx:27
dqm_algorithms::summary::MDTSummary::MDTSummary
MDTSummary()
Definition
MDTSummary.cxx:13
dqm_algorithms::summary::MDTSummary::m_thresholdYellow
float m_thresholdYellow
Definition
MDTSummary.h:34
dqm_algorithms::summary::MDTSummary::m_thresholdRed
float m_thresholdRed
Definition
MDTSummary.h:33
map
STL class.
dqm_algorithms::summary
Definition
AlwaysGreenSummary.h:18
dqm_algorithms
Definition
AddReference.h:17
Generated on
for ATLAS Offline Software by
1.14.0