Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
FWCore
Integration
interface
IOVTestInfo.h
Go to the documentation of this file.
1
#ifndef FWCore_Integration_IOVTestInfo_h
2
#define FWCore_Integration_IOVTestInfo_h
3
// -*- C++ -*-
4
//
5
// Package: FWCore/Integration
6
// Class : IOVTestInfo
7
//
13
//
14
// Original Author: W. David Dagenhart
15
// Created: 21 March 2019
16
//
17
18
namespace
edmtest
{
19
struct
IOVTestInfo
{
20
IOVTestInfo
() {}
21
unsigned
int
iovStartRun_
= 0;
22
unsigned
int
iovStartLumi_
= 0;
23
unsigned
int
iovEndRun_
= 0;
24
unsigned
int
iovEndLumi_
= 0;
25
unsigned
int
iovIndex_
= 0;
26
unsigned
long
long
cacheIdentifier_
= 0;
27
};
28
}
// namespace edmtest
29
#endif
edmtest::IOVTestInfo::iovEndLumi_
unsigned int iovEndLumi_
Definition:
IOVTestInfo.h:24
edmtest::IOVTestInfo::iovIndex_
unsigned int iovIndex_
Definition:
IOVTestInfo.h:25
edmtest::IOVTestInfo
Definition:
IOVTestInfo.h:19
edmtest::IOVTestInfo::IOVTestInfo
IOVTestInfo()
Definition:
IOVTestInfo.h:20
edmtest
Definition:
AlignPCLThresholdsReader.cc:15
edmtest::IOVTestInfo::iovEndRun_
unsigned int iovEndRun_
Definition:
IOVTestInfo.h:23
edmtest::IOVTestInfo::iovStartLumi_
unsigned int iovStartLumi_
Definition:
IOVTestInfo.h:22
edmtest::IOVTestInfo::cacheIdentifier_
unsigned long long cacheIdentifier_
Definition:
IOVTestInfo.h:26
edmtest::IOVTestInfo::iovStartRun_
unsigned int iovStartRun_
Definition:
IOVTestInfo.h:21
Generated for CMSSW Reference Manual by
1.8.14