ATLAS Offline Software
DataQuality
dqm_algorithms
summary
AlwaysUndefinedSummary.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
#include <iostream>
10
11
#include <dqm_core/AlgorithmManager.h>
12
13
#include <
dqm_algorithms/summary/AlwaysUndefinedSummary.h
>
14
#include <dqm_core/Result.h>
15
#include <dqm_core/Parameter.h>
16
17
using namespace
std;
18
19
static
dqm_algorithms::summary::AlwaysUndefinedSummary
myInstance;
20
21
dqm_algorithms::summary::AlwaysUndefinedSummary::AlwaysUndefinedSummary
()
22
{
23
dqm_core::AlgorithmManager::instance
().registerSummaryMaker(
"AlwaysUndefinedSummary"
,
this
);
24
}
25
26
dqm_algorithms::summary::AlwaysUndefinedSummary::~AlwaysUndefinedSummary
()
27
{
28
}
29
30
dqm_algorithms::summary::AlwaysUndefinedSummary
*
31
dqm_algorithms::summary::AlwaysUndefinedSummary::clone
()
32
{
33
return
new
AlwaysUndefinedSummary
();
34
}
35
36
dqm_core::Result
*
37
dqm_algorithms::summary::AlwaysUndefinedSummary::execute
(
const
std::string & ,
38
const
dqm_core::Result
& ,
39
const
dqm_core::ParametersMap &)
40
{
41
42
dqm_core::Result
*newresult =
new
dqm_core::Result
();
43
newresult->status_=
dqm_core::Result::Undefined
;
44
return
newresult;
45
46
}
Undefined
@ Undefined
Definition:
MaterialTypes.h:8
dqm_algorithms::summary::AlwaysUndefinedSummary
Definition:
AlwaysUndefinedSummary.h:20
dqm_algorithms::summary::AlwaysUndefinedSummary::execute
dqm_core::Result * execute(const std::string &, const dqm_core::Result &result, const dqm_core::ParametersMap &)
Definition:
AlwaysUndefinedSummary.cxx:37
AlwaysUndefinedSummary.h
dqm_algorithms::summary::AlwaysUndefinedSummary::clone
AlwaysUndefinedSummary * clone()
Definition:
AlwaysUndefinedSummary.cxx:31
instance
std::map< std::string, double > instance
Definition:
Run_To_Get_Tags.h:8
Result
ICscStripFitter::Result Result
Definition:
CalibCscStripFitter.cxx:13
dqm_algorithms::summary::AlwaysUndefinedSummary::AlwaysUndefinedSummary
AlwaysUndefinedSummary()
Definition:
AlwaysUndefinedSummary.cxx:21
dqm_algorithms::summary::AlwaysUndefinedSummary::~AlwaysUndefinedSummary
~AlwaysUndefinedSummary()
Definition:
AlwaysUndefinedSummary.cxx:26
Generated on Thu Nov 7 2024 21:09:56 for ATLAS Offline Software by
1.8.18