00001 #ifndef FWCore_Utilities_JobMode_h 00002 #define FWCore_Utilities_JobMode_h 00003 00004 // -*- C++ -*- 00005 00006 /* 00007 An enum indicating the nature of the job, for use (at least initially) 00008 in deciding what the "hardwired" defaults for MessageLogger configuration 00009 ought to be. 00010 00011 */ 00012 00013 namespace edm { 00014 00015 enum JobMode { 00016 GridJobMode 00017 , ReleaseValidationJobMode 00018 , AnalysisJobMode 00019 , NilJobMode 00020 }; 00021 00022 } 00023 #endif // FWCore_Utilities_JobMode_h