CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JobMode.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_JobMode_h
2 #define FWCore_Utilities_JobMode_h
3 
4 // -*- C++ -*-
5 
6 /*
7  An enum indicating the nature of the job, for use (at least initially)
8  in deciding what the "hardwired" defaults for MessageLogger configuration
9  ought to be.
10 
11 */
12 
13 namespace edm {
14 
15  enum JobMode {
20  };
21 
22 }
23 #endif // FWCore_Utilities_JobMode_h
JobMode
Definition: JobMode.h:15