Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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 if(0)cout
8
#endif
9
10
#endif
Generated for CMSSW Reference Manual by
1.8.5