ATLAS Offline Software
Loading...
Searching...
No Matches
MDTWorstCaseSummary.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
7
8
9#ifndef DQM_ALGORITHMS_MDTWORSTCASESUMMARY_H
10#define DQM_ALGORITHMS_MDTWORSTCASESUMMARY_H
11
12#include <dqm_core/SummaryMaker.h>
13
14namespace dqm_algorithms
15{
16 namespace summary
17 {
24 struct MDTWorstCaseSummary : public dqm_core::SummaryMaker
25 {
29 dqm_core::Result* execute( const std::string & , const dqm_core::Result & , const dqm_core::ParametersMap & );
30 };
31 }
32}
33
34#endif
dqm_core::Result * execute(const std::string &, const dqm_core::Result &, const dqm_core::ParametersMap &)