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,
46  };
47 
48  namespace AbilityBits {
49  enum Bits {
62  };
63  }
64 
65  namespace AbilityToTransitions {
66  enum Bits {
69 
74 
79 
80  };
81  }
82  }
83 }
84 
85 
86 #endif
unsigned char AbilitiesType
HLT enums.
Definition: vlib.h:208