ATLAS Offline Software
Loading...
Searching...
No Matches
DivideByHist.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_DIVIDEBYHIST_H
12#define DQM_ALGORITHMS_DIVIDEBYHIST_H
13
14#include <dqm_core/SummaryMaker.h>
15
16
17namespace dqm_algorithms
18{
19 namespace summary
20 {
21 struct DivideByHist : public dqm_core::SummaryMaker
22 {
26 dqm_core::Result* execute( const std::string & name, const dqm_core::Result & , const dqm_core::ParametersMap & );
27 dqm_core::Result* execute( const std::string & name, const std::multimap<std::string,TObject*> & inputs, const dqm_core::AlgorithmConfig& config );
28 };
29 }
30}
31
32#endif //#ifndef DQM_ALGORITHMS_DIVIDEBYHIST_H
dqm_core::Result * execute(const std::string &name, const dqm_core::Result &, const dqm_core::ParametersMap &)