Main Page
Namespaces
Classes
Package Documentation
FWCore
Utilities
interface
ProductResolverIndex.h
Go to the documentation of this file.
1
#ifndef FWCore_Utilities_ProductResolverIndex_h
2
#define FWCore_Utilities_ProductResolverIndex_h
3
4
#include <limits>
5
6
namespace
edm
{
7
8
typedef
unsigned
int
ProductResolverIndex
;
9
10
enum
ProductResolverIndexValues
{
11
12
// All values of the ProductResolverIndex in this enumeration should
13
// have this bit set to 1,
14
ProductResolverIndexValuesBit
= 1
U
<< 30,
15
16
ProductResolverIndexInvalid
=
std::numeric_limits<unsigned int>::max
(),
17
ProductResolverIndexInitializing
=
std::numeric_limits<unsigned int>::max
() - 1,
18
ProductResolverIndexAmbiguous
=
std::numeric_limits<unsigned int>::max
() - 2
19
};
20
}
21
#endif
edm::ProductResolverIndexValues
ProductResolverIndexValues
Definition:
ProductResolverIndex.h:10
edm::ProductResolverIndex
unsigned int ProductResolverIndex
Definition:
ProductResolverIndex.h:8
edm::ProductResolverIndexInitializing
Definition:
ProductResolverIndex.h:17
hpstanc_transforms.max
max
Definition:
hpstanc_transforms.py:5
mitigatedMETSequence_cff.U
U
Definition:
mitigatedMETSequence_cff.py:36
edm::ProductResolverIndexInvalid
Definition:
ProductResolverIndex.h:16
edm::ProductResolverIndexAmbiguous
Definition:
ProductResolverIndex.h:18
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ProductResolverIndexValuesBit
Definition:
ProductResolverIndex.h:14
Generated for CMSSW Reference Manual by
1.8.11