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
LArShapeP2.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/LArShapeP2.h
"
6
#include <cassert>
7
8
9
LArShapeP2::LArShapeP2
(
float
timeOffset,
10
float
timeBinWidth,
11
const
std::vector<std::vector<float> >& vShape,
12
const
std::vector<std::vector<float> >& vShapeDer)
13
:
LAr2DWaveBase
(timeOffset, timeBinWidth, vShape, vShapeDer)
14
{
15
}
16
17
18
LArShapeP2::LArShapeP2
(
float
timeOffset,
19
float
timeBinWidth,
20
unsigned
int
nPhases,
21
unsigned
int
nSamples
,
22
const
std::vector<float>& shape,
23
const
std::vector<float>& shapeDer,
24
unsigned
int
index
)
25
:
LAr2DWaveBase
(timeOffset, timeBinWidth,
26
nPhases,
nSamples
,
27
shape, shapeDer,
index
)
28
{
29
}
30
31
32
LArShapeP2::LArShapeP2
(
const
LArCompactSubsetChannelProxy
&
other
)
33
:
LAr2DWaveBase
(
other
)
34
{
35
}
36
37
38
LArShapeP2::LArShapeP2
(
const
LArCompactSubsetConstChannelProxy
&
other
)
39
:
LAr2DWaveBase
(
other
)
40
{
41
}
42
43
index
Definition:
index.py:1
LArShapeP2::LArShapeP2
LArShapeP2()
Definition:
LArShapeP2.h:26
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
LArDigits2NtupleDumper.nSamples
nSamples
Definition:
LArDigits2NtupleDumper.py:85
LArShapeP2.h
Generated on Wed Apr 2 2025 21:14:05 for ATLAS Offline Software by
1.8.18