test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
MagneticField
Layers
interface
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
verbose
Definition:
MagVerbosity.h:13
constexpr
#define constexpr
verbose::debugOut
static constexpr bool debugOut
Definition:
MagVerbosity.h:17
Generated for CMSSW Reference Manual by
1.8.5