Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Utilities
interface
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
{
16
GridJobMode
17
,
ReleaseValidationJobMode
18
,
AnalysisJobMode
19
,
NilJobMode
20
};
21
22
}
23
#endif // FWCore_Utilities_JobMode_h
edm::AnalysisJobMode
Definition:
JobMode.h:18
edm::ReleaseValidationJobMode
Definition:
JobMode.h:17
edm::NilJobMode
Definition:
JobMode.h:19
edm::GridJobMode
Definition:
JobMode.h:16
edm::JobMode
JobMode
Definition:
JobMode.h:15
Generated for CMSSW Reference Manual by
1.8.5