test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Utilities
src
DebugMacros.cc
Go to the documentation of this file.
1
2
#include "
FWCore/Utilities/interface/DebugMacros.h
"
3
4
#include <cstdlib>
5
6
namespace
edm {
7
8
debugvalue::debugvalue
():
9
cvalue_(getenv(
"PROC_DEBUG"
)),
10
value_(cvalue_==0 ? 0 : atoi(cvalue_))
11
{ }
12
13
debugvalue
debugit
;
14
15
}
edm::debugit
debugvalue debugit
Definition:
DebugMacros.cc:13
edm::debugvalue
Definition:
DebugMacros.h:5
DebugMacros.h
edm::debugvalue::debugvalue
debugvalue()
Definition:
DebugMacros.cc:8
Generated for CMSSW Reference Manual by
1.8.5