DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
graphtool.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/graphtool.h to include/dbe/graphtool.hpp).
5
6/************************************************************
7 * graphtool.h
8 *
9 * Define application wide ( graphtool executable ) constants
10 * and macros. Must be included in top of every source file
11 * which are part of the graphtool application
12 *
13 * Created on: Jun 10, 2016
14 * Author: Leonidas Georgopoulos
15 ************************************************************/
16
17#ifndef DBE_GRAPHTOOL_H_
18#define DBE_GRAPHTOOL_H_
19
20
21#define t_messenger dbe::interface::messenger::console
22
23#define MESSAGE_STATICS(msg) \
24 static t_msghandler::t_str sms(msg); \
25 static t_msghandler::t_str smsr("\tReason: "); \
26
27#endif /* DBE_GRAPHTOOL_H_ */