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
LArCalorimeter
LArCnv
LArCondTPCnv
LArCondTPCnv
LArCaliWaveSubset_p2.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
14
#ifndef LARCONDTPCNV_LARCALIWAVESUBSET_P2
15
#define LARCONDTPCNV_LARCALIWAVESUBSET_P2
16
26
#include "
LArCondTPCnv/LArConditionsSubset_p1.h
"
27
class
LArCaliWaveSubset_p2
28
{
29
30
public
:
31
LArCaliWaveSubset_p2
()
32
:
m_samples
(0) {}
33
LArConditionsSubset_p1
m_subset
;
// stores febIDs etc..
34
std::vector<float>
m_dt
;
// one per channel
35
std::vector<float>
m_vAmplitudes
;
// m_samples per channel
36
std::vector<float>
m_vErrors
;
// m_samples per channel
37
std::vector<int>
m_vTriggers
;
// m_samples per channel
38
std::vector<unsigned short>
m_vDAC
;
// how many dac values per channel
39
std::vector<unsigned>
m_flag
;
// one per channel
40
std::vector<int>
m_DAC
;
// DAC values
41
unsigned
int
m_samples
;
// usualy 768 per channel
42
};
43
44
45
#endif // LARCONDTPCNV_LARCALIWAVESUBSET_P2
LArCaliWaveSubset_p2::m_vTriggers
std::vector< int > m_vTriggers
Definition:
LArCaliWaveSubset_p2.h:37
LArCaliWaveSubset_p2::m_samples
unsigned int m_samples
Definition:
LArCaliWaveSubset_p2.h:41
LArCaliWaveSubset_p2::m_vErrors
std::vector< float > m_vErrors
Definition:
LArCaliWaveSubset_p2.h:36
LArCaliWaveSubset_p2::m_dt
std::vector< float > m_dt
Definition:
LArCaliWaveSubset_p2.h:34
LArCaliWaveSubset_p2::m_DAC
std::vector< int > m_DAC
Definition:
LArCaliWaveSubset_p2.h:40
LArCaliWaveSubset_p2::LArCaliWaveSubset_p2
LArCaliWaveSubset_p2()
Definition:
LArCaliWaveSubset_p2.h:31
LArCaliWaveSubset_p2::m_vAmplitudes
std::vector< float > m_vAmplitudes
Definition:
LArCaliWaveSubset_p2.h:35
LArCaliWaveSubset_p2::m_vDAC
std::vector< unsigned short > m_vDAC
Definition:
LArCaliWaveSubset_p2.h:38
LArCaliWaveSubset_p2::m_flag
std::vector< unsigned > m_flag
Definition:
LArCaliWaveSubset_p2.h:39
LArCaliWaveSubset_p2
persistent class container of LArCaliWave data.
Definition:
LArCaliWaveSubset_p2.h:28
LArConditionsSubset_p1
persistent class container of LAr conditions data. Holds the generic information a LArConditionsSubse...
Definition:
LArConditionsSubset_p1.h:39
LArConditionsSubset_p1.h
This file defines the class used for persistent container of LAr conditions data.
LArCaliWaveSubset_p2::m_subset
LArConditionsSubset_p1 m_subset
Definition:
LArCaliWaveSubset_p2.h:33
Generated on Tue Apr 22 2025 21:13:41 for ATLAS Offline Software by
1.8.18