ATLAS Offline Software
Loading...
Searching...
No Matches
PercentSummary.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_PERCENT_SUMMARY_H
10#define DQM_ALGORITHMS_PERCENT_SUMMARY_H
11
12#include <dqm_core/SummaryMaker.h>
13
14namespace dqm_algorithms
15{
16 namespace summary
17 {
18 struct PercentSummary : public dqm_core::SummaryMaker
19 {
22
24 dqm_core::Result * execute( const std::string & , const dqm_core::Result & result, const dqm_core::ParametersMap & );
25 };
26 }
27}
28
29#endif
dqm_core::Result * execute(const std::string &, const dqm_core::Result &result, const dqm_core::ParametersMap &)