ATLAS Offline Software
Loading...
Searching...
No Matches
WorstCaseSummary.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
10
11#ifndef DQM_ALGORITHMS_WORSTCASESUMMARY_H
12#define DQM_ALGORITHMS_WORSTCASESUMMARY_H
13
14#include <dqm_core/SummaryMaker.h>
15
16namespace dqm_algorithms
17{
18 namespace summary
19 {
29 struct WorstCaseSummary : public dqm_core::SummaryMaker
30 {
34 dqm_core::Result* execute( const std::string & , const dqm_core::Result & , const dqm_core::ParametersMap & );
35 };
36 }
37}
38
39#endif
dqm_core::Result * execute(const std::string &, const dqm_core::Result &, const dqm_core::ParametersMap &)