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