CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
11 struct verbose {
12  static constexpr bool debugOut = false;
13 };
14 
15 #endif
16 
static constexpr bool debugOut
Definition: MagVerbosity.h:12
#define constexpr