ATLAS Offline Software
Loading...
Searching...
No Matches
AddReference_Bins_Diff_FromAvg.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_ADDREFERENCE_BINS_DIFF_FROMAVG_H
10#define DQM_ALGORITHMS_ADDREFERENCE_BINS_DIFF_FROMAVG_H
11
12#include <dqm_core/Algorithm.h>
14
15namespace dqm_algorithms
16{
18 {
19 AddReference_Bins_Diff_FromAvg(): AddReference("Bins_Diff_FromAvg") {};
20
21 };
22}
23
24#endif // DQM_ALGORITHMS_ADDREFERENCE_BINS_DIFF_FROMAVG_H
file declares the dqm_algorithms::AddReference class.
AddReference(const std::string &name)