ATLAS Offline Software
Loading...
Searching...
No Matches
JetWorstCaseSummary.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_JETWORSTCASESUMMARY_H
10#define DQM_ALGORITHMS_JETWORSTCASESUMMARY_H
11
12#include <dqm_core/SummaryMaker.h>
13
14namespace dqm_algorithms
15{
16 namespace summary
17 {
26 struct JetWorstCaseSummary : public dqm_core::SummaryMaker
27 {
31 dqm_core::Result* execute( const std::string & , const dqm_core::Result & , const dqm_core::ParametersMap & );
32 };
33 }
34}
35
36#endif
dqm_core::Result * execute(const std::string &, const dqm_core::Result &, const dqm_core::ParametersMap &)