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#include <boost/thread/mutex.hpp>
17
18namespace dqm_algorithms
19{
20 namespace summary
21 {
26 class FractionSummary : public dqm_core::SummaryMaker
27 {
28 public:
31 virtual dqm_core::Result * execute( const std::string& , const dqm_core::Result&, const dqm_core::ParametersMap& map);
32 private:
35 };
36 }
37}
38
39#endif // DQM_ALGORITHMS_GENERIC_SUMMARY_H
40
virtual dqm_core::Result * execute(const std::string &, const dqm_core::Result &, const dqm_core::ParametersMap &map)
STL class.