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
LArRawConditions
src
LArOFCP1.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
LArRawConditions/LArOFCP1.h
"
6
#include "
LArRawConditions/LArCompactSubset.h
"
7
8
LArOFCP1::LArOFCP1
(
float
timeOffset,
float
timeBinWidth,
9
const
std::vector<std::vector<float> >& vOFC_a,
10
const
std::vector<std::vector<float> >& vOFC_b)
11
:
LAr2DWaveBase
(timeOffset, timeBinWidth, vOFC_a, vOFC_b)
12
{
13
}
14
15
16
LArOFCP1::LArOFCP1
(
float
timeOffset,
17
float
timeBinWidth,
18
unsigned
int
nPhases,
19
unsigned
int
nSamples
,
20
const
std::vector<float>& ofc_a,
21
const
std::vector<float>& ofc_b,
22
unsigned
int
index
)
23
:
LAr2DWaveBase
(timeOffset, timeBinWidth,
24
nPhases,
nSamples
,
25
ofc_a, ofc_b,
index
)
26
{
27
}
28
29
30
LArOFCP1::LArOFCP1
(
const
LArCompactSubsetChannelProxy
&
other
)
31
:
LAr2DWaveBase
(
other
)
32
{
33
}
34
35
36
LArOFCP1::LArOFCP1
(
const
LArCompactSubsetConstChannelProxy
&
other
)
37
:
LAr2DWaveBase
(
other
)
38
{
39
}
LArCompactSubset.h
A more compact way of storing shape/ofc data.
LArOFCP1::LArOFCP1
LArOFCP1()
Definition:
LArOFCP1.h:27
index
Definition:
index.py:1
LArCompactSubsetConstChannelProxy
A more compact way of storing shape/ofc data — const portion.
Definition:
LArCompactSubset.h:100
LArCompactSubsetChannelProxy
A more compact way of storing shape/ofc data — non-const portion.
Definition:
LArCompactSubset.h:178
InDetDD::other
@ other
Definition:
InDetDD_Defs.h:16
LAr2DWaveBase
Per-channel class holding wave information in time bins.
Definition:
LAr2DWaveBase.h:49
LArOFCP1.h
LArDigits2NtupleDumper.nSamples
nSamples
Definition:
LArDigits2NtupleDumper.py:85
Generated on Wed Apr 2 2025 21:13:55 for ATLAS Offline Software by
1.8.18