Main Page
Namespaces
Classes
Package Documentation
FWCore
Utilities
src
RunIndex.cc
Go to the documentation of this file.
1
#include "
FWCore/Utilities/interface/RunIndex.h
"
2
3
#include <limits>
4
5
namespace
edm
{
6
7
const
unsigned
int
RunIndex::invalidValue_
=
std::numeric_limits<unsigned int>::max
();
8
9
RunIndex
RunIndex::invalidRunIndex
() {
10
return
RunIndex
(
invalidValue_
);
11
}
12
}
hpstanc_transforms.max
max
Definition:
hpstanc_transforms.py:5
RunIndex.h
edm::RunIndex::invalidRunIndex
static RunIndex invalidRunIndex()
Definition:
RunIndex.cc:9
edm::RunIndex::RunIndex
RunIndex()=delete
edm::RunIndex::invalidValue_
static const unsigned int invalidValue_
Definition:
RunIndex.h:64
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::RunIndex
Definition:
RunIndex.h:32
Generated for CMSSW Reference Manual by
1.8.11