CMS 3D CMS Logo

moduleAbilityEnums.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_ModuleAbilityEnums_h
2 #define FWCore_Framework_ModuleAbilityEnums_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : ModuleAbilityEnums
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Tue, 07 May 2013 18:11:24 GMT
19 //
20 
21 // system include files
22 
23 // user include files
24 
25 // forward declarations
26 namespace edm {
27  namespace module {
28  typedef unsigned char AbilitiesType;
29 
30  enum class Abilities {
33  kRunCache,
47  };
48 
49  namespace AbilityBits {
50  enum Bits {
53  kRunCache = 4,
63  };
64  }
65 
66  namespace AbilityToTransitions {
67  enum Bits {
70 
76 
83 
84  };
85  }
86  } // namespace module
87 } // namespace edm
88 
89 #endif
unsigned char AbilitiesType
HLT enums.
Definition: vlib.h:208