ATLAS Offline Software
Loading...
Searching...
No Matches
FractionSummary.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#ifndef DQM_ALGORITHMS_FRACTION_SUMMARY_H
10#define DQM_ALGORITHMS_FRACTION_SUMMARY_H
11
12#include <map>
13#include <dqm_core/Parameter.h>
14#include <dqm_core/SummaryMaker.h>
15#include <dqm_core/Result.h>
16
17namespace dqm_algorithms
18{
19 namespace summary
20 {
25 class FractionSummary : public dqm_core::SummaryMaker
26 {
27 public:
30 virtual dqm_core::Result * execute( const std::string& , const dqm_core::Result&, const dqm_core::ParametersMap& map);
31 private:
34 };
35 }
36}
37
38#endif // DQM_ALGORITHMS_GENERIC_SUMMARY_H
39
virtual dqm_core::Result * execute(const std::string &, const dqm_core::Result &, const dqm_core::ParametersMap &map)
STL class.