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 {
34  kRunCache,
52  };
53 
54  namespace AbilityBits {
55  enum Bits {
58  kRunCache = 4,
68  };
69  }
70 
71  namespace AbilityToTransitions {
72  enum Bits {
75 
81 
88 
89  };
90  }
91  } // namespace module
92 } // namespace edm
93 
94 #endif
unsigned char AbilitiesType
HLT enums.