test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
}
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
bookConverter.max
max
Definition:
bookConverter.py:166
edm::RunIndex
Definition:
RunIndex.h:32
Generated for CMSSW Reference Manual by
1.8.5