CMS 3D CMS Logo

MagVerbosity.h
Go to the documentation of this file.
1 #ifndef MagDebug_H
2 #define MagDebug_H
3 
4 /*
5  * Hack while we wait for logging in the framework
6  *
7  * \author N. Amapane - INFN Torino
8  */
9 
10 //#DEFINE MF_DEBUG
11 
12 // Old debug control switch, being phased out
13 struct verbose {
14 #ifdef MF_DEBUG
15  static constexpr bool debugOut = true;
16 #else
17  static constexpr bool debugOut = false;
18 #endif
19 };
20 
21 #endif
22 
static constexpr bool debugOut
Definition: MagVerbosity.h:17
#define constexpr