ATLAS Offline Software
Loading...
Searching...
No Matches
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.h
LAr2DWaveBase::timeBinWidth
float timeBinWidth() const
Return the time bin width for this channel.
LAr2DWaveBase::LAr2DWaveBase
LAr2DWaveBase()
Default constructor.
LAr2DWaveBase::timeOffset
float timeOffset() const
Return the time offset for this channel.
LArCompactSubsetChannelProxy
A more compact way of storing shape/ofc data — non-const portion.
Definition
LArCompactSubset.h:178
LArCompactSubsetConstChannelProxy
A more compact way of storing shape/ofc data — const portion.
Definition
LArCompactSubset.h:100
LArOFCP1::LArOFCP1
LArOFCP1()
Definition
LArOFCP1.h:27
index
Definition
index.py:1
Generated on
for ATLAS Offline Software by
1.14.0