DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
stats.hpp
Go to the documentation of this file.
1/*
2 * stats.h
3 *
4 * Created on: 14 Jun 2016
5 * Author: Leonidas Georgopoulos
6 */
7
8#ifndef SRC_GRAPHTOOL_STATS_H_
9#define SRC_GRAPHTOOL_STATS_H_
10
11namespace dbe
12{
13namespace tool
14{
15namespace graph
16{
17
18class stats
19{
20};
21
22} /* namespace graph */
23} /* namespace tool */
24} /* namespace dbe */
25
26#endif /* SRC_GRAPHTOOL_STATS_H_ */
Include QT Headers.