ATLAS Offline Software
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:70
Generated on Thu Nov 7 2024 21:19:48 for ATLAS Offline Software by
1.8.18