CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DebugMacros.cc
Go to the documentation of this file.
1 
3 
4 #include <cstdlib>
5 
6 namespace edm {
7 
9  cvalue_(getenv("PROC_DEBUG")),
10  value_(cvalue_==0 ? 0 : atoi(cvalue_))
11  { }
12 
14 
15 }
debugvalue debugit
Definition: DebugMacros.cc:13