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
w
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
LArCalorimeter
LArCnv
LArCondTPCnv
LArCondTPCnv
LArOFCSubset_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
#ifndef LARCONDTPCNV_LAROFCSUBSET_P1
16
#define LARCONDTPCNV_LAROFCSUBSET_P1
17
18
#include "
LArCondTPCnv/LArConditionsSubset_p1.h
"
19
29
class
LArOFCSubset_p1
30
{
31
32
public
:
33
LArOFCSubset_p1
()
34
:
m_nPhases
(0),
m_nSamples
(0) {}
35
LArConditionsSubset_p1
m_subset
;
36
std::vector<float>
m_vOFC_a
;
37
std::vector<float>
m_vOFC_b
;
38
std::vector<float>
m_timeOffset
;
39
std::vector<float>
m_timeBinWidth
;
40
unsigned
int
m_nPhases
;
41
unsigned
int
m_nSamples
;
42
};
43
44
45
#endif // LARCONDTPCNV_LAROFCSUBSET_P1
LArOFCSubset_p1::m_timeOffset
std::vector< float > m_timeOffset
Definition:
LArOFCSubset_p1.h:38
LArOFCSubset_p1::m_nPhases
unsigned int m_nPhases
Definition:
LArOFCSubset_p1.h:40
LArOFCSubset_p1::m_subset
LArConditionsSubset_p1 m_subset
Definition:
LArOFCSubset_p1.h:35
LArOFCSubset_p1::m_vOFC_b
std::vector< float > m_vOFC_b
Definition:
LArOFCSubset_p1.h:37
LArOFCSubset_p1::m_timeBinWidth
std::vector< float > m_timeBinWidth
Definition:
LArOFCSubset_p1.h:39
LArOFCSubset_p1::m_vOFC_a
std::vector< float > m_vOFC_a
Definition:
LArOFCSubset_p1.h:36
LArOFCSubset_p1::LArOFCSubset_p1
LArOFCSubset_p1()
Definition:
LArOFCSubset_p1.h:33
LArOFCSubset_p1
persistent class container of LArConditionsSubset for LArOFC data.
Definition:
LArOFCSubset_p1.h:30
LArConditionsSubset_p1
persistent class container of LAr conditions data. Holds the generic information a LArConditionsSubse...
Definition:
LArConditionsSubset_p1.h:39
LArOFCSubset_p1::m_nSamples
unsigned int m_nSamples
Definition:
LArOFCSubset_p1.h:41
LArConditionsSubset_p1.h
This file defines the class used for persistent container of LAr conditions data.
Generated on Mon May 12 2025 21:13:05 for ATLAS Offline Software by
1.8.18