ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
DataQuality
dqm_algorithms
dqm_algorithms
BasicStatCheck.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
8
9
#ifndef DQM_ALGORITHMS_BASICSTATCHECK_H
10
#define DQM_ALGORITHMS_BASICSTATCHECK_H
11
12
#include "
CxxUtils/checker_macros.h
"
13
14
#include <dqm_core/Algorithm.h>
15
#include <string>
16
#include <iosfwd>
17
18
namespace
dqm_algorithms
19
{
20
struct
ATLAS_NOT_THREAD_SAFE
BasicStatCheck
:
public
dqm_core::Algorithm
21
// ^ range change on const histogram
22
{
23
BasicStatCheck
(
const
std::string & name);
24
25
//overwrites virtual functions
26
BasicStatCheck
*
clone
( );
27
dqm_core::Result *
execute
(
const
std::string & ,
const
TObject & ,
const
dqm_core::AlgorithmConfig & );
28
using
dqm_core::Algorithm::printDescription;
29
void
printDescription
(std::ostream& out);
30
private
:
31
std::string
m_name
;
32
};
33
}
34
35
#endif
// DQM_ALGORITHMS_BASICSTATCHECK_H
checker_macros.h
Define macros for attributes used to control the static checker.
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition
checker_macros.h:212
dqm_algorithms
Definition
AddReference.h:17
dqm_algorithms::BasicStatCheck::clone
BasicStatCheck * clone()
Definition
BasicStatCheck.cxx:34
dqm_algorithms::BasicStatCheck::m_name
std::string m_name
Definition
BasicStatCheck.h:31
dqm_algorithms::BasicStatCheck::printDescription
void printDescription(std::ostream &out)
Definition
BasicStatCheck.cxx:107
dqm_algorithms::BasicStatCheck::BasicStatCheck
BasicStatCheck(const std::string &name)
Definition
BasicStatCheck.cxx:27
dqm_algorithms::BasicStatCheck::execute
dqm_core::Result * execute(const std::string &, const TObject &, const dqm_core::AlgorithmConfig &)
Definition
BasicStatCheck.cxx:42
Generated on
for ATLAS Offline Software by
1.17.0