CMS 3D CMS Logo

Verbosity.h
Go to the documentation of this file.
1 #ifndef Utilities_Verbosity_h
2 #define Utilities_Verbosity_h
3 // A first attempt to define a descriptive enumenration for verbosity.
4 namespace edm {
5  enum Verbosity {
6  Silent=0,
7  Concise=2,
8  Normal=5,
10  };
11 }
12 #endif
Verbosity
Definition: Verbosity.h:5
HLT enums.