Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
PhysicsTools
FWLite
interface
dout.h
Go to the documentation of this file.
1
#if !defined(DoutH)
2
#define DoutH
3
4
#if !defined(_DEBUG_QUIET)
5
#define dout cout << __FILE__ << "(" << __LINE__ << ") "
6
#else
7
#define dout \
8
if (0) \
9
cout
10
#endif
11
12
#endif
Generated for CMSSW Reference Manual by
1.8.5