Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
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
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
y
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
LumiBlock
LumiBlockPers
LumiBlockTPCnv
LumiBlockTPCnv
LumiBlockRange_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// Header file for class LumiBlockRange_p1
7
// Author: Marjorie Shapiro <mdshapiro@lbl.gov>
9
#ifndef LUMIBLOCKRANGE_P1_H
10
#define LUMIBLOCKRANGE_P1_H
11
12
#include <stdint.h>
13
14
class
LumiBlockRange_p1
{
15
// Public methods:
16
17
public
:
18
20
// This class is the persistent form of IOVRange that will be put
21
// into LumiBlockCollection_p1 (the persistent form of
22
// LumiBlockCollection)
23
// Nota Bene:
24
// We are only going to stream the (run,lumiblock) datamembers
25
// In LumiBlockCollection_p1, we require that the IOVTime objects
26
// in the IOVRange have isRunEvent()==true and isTimestamp()==false
27
// this means we only need 2 uint64_t in the persistent representation
29
30
unsigned
long
long
m_start
;
31
unsigned
long
long
m_stop
;
32
LumiBlockRange_p1
(
unsigned
long
long
start
,
unsigned
long
long
stop
):
33
m_start
(
start
),
m_stop
(
stop
) {};
34
LumiBlockRange_p1
() :
m_start
(0),
m_stop
(0) {};
35
36
};
37
38
#endif //> LUMIBLOCKRANGE_P1_H
LumiBlockRange_p1::m_start
unsigned long long m_start
Definition:
LumiBlockRange_p1.h:30
LumiBlockRange_p1::m_stop
unsigned long long m_stop
Definition:
LumiBlockRange_p1.h:31
LumiBlockRange_p1::LumiBlockRange_p1
LumiBlockRange_p1()
Definition:
LumiBlockRange_p1.h:34
mergePhysValFiles.start
start
Definition:
DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:14
PixelModuleFeMask_create_db.stop
int stop
Definition:
PixelModuleFeMask_create_db.py:76
LumiBlockRange_p1::LumiBlockRange_p1
LumiBlockRange_p1(unsigned long long start, unsigned long long stop)
Definition:
LumiBlockRange_p1.h:32
LumiBlockRange_p1
Definition:
LumiBlockRange_p1.h:14
Generated on Wed Apr 9 2025 21:14:26 for ATLAS Offline Software by
1.8.18