![]() |
|
|||
File indexing completed on 2024-04-06 12:13:12
0001 #ifndef FWCore_Utilities_JobMode_h 0002 #define FWCore_Utilities_JobMode_h 0003 0004 // -*- C++ -*- 0005 0006 /* 0007 An enum indicating the nature of the job, for use (at least initially) 0008 in deciding what the "hardwired" defaults for MessageLogger configuration 0009 ought to be. 0010 0011 */ 0012 0013 namespace edm { 0014 0015 enum JobMode { GridJobMode, ReleaseValidationJobMode, AnalysisJobMode, NilJobMode }; 0016 0017 } 0018 #endif // FWCore_Utilities_JobMode_h
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |