src
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
() : cvalue_(
std
::getenv(
"PROC_DEBUG"
)), value_(cvalue_ == nullptr ? 0 : atoi(cvalue_)) {}
9
10
debugvalue
debugit
;
11
12
}
// namespace edm
edm::debugit
debugvalue debugit
Definition:
DebugMacros.cc:10
std
Definition:
JetResolutionObject.h:76
edm::debugvalue
Definition:
DebugMacros.h:7
edm
HLT enums.
Definition:
AlignableModifier.h:19
DebugMacros.h
edm::debugvalue::debugvalue
debugvalue()
Definition:
DebugMacros.cc:8
Generated for CMSSW Reference Manual by
1.8.14