DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
stats.hpp
Go to the documentation of this file.
1// DUNE DAQ modification notice:
2// This file has been modified from the original ATLAS dbe source for the DUNE DAQ project.
3// Fork baseline commit: dbe-02-12-17 (2022-05-12).
4// Renamed since fork: yes (from dbe/stats.h to include/dbe/stats.hpp).
5
6/*
7 * stats.h
8 *
9 * Created on: 14 Jun 2016
10 * Author: Leonidas Georgopoulos
11 */
12
13#ifndef SRC_GRAPHTOOL_STATS_H_
14#define SRC_GRAPHTOOL_STATS_H_
15
16namespace dbe
17{
18namespace tool
19{
20namespace graph
21{
22
23class stats
24{
25};
26
27} /* namespace graph */
28} /* namespace tool */
29} /* namespace dbe */
30
31#endif /* SRC_GRAPHTOOL_STATS_H_ */
Include QT Headers.