ATLAS Offline Software
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 
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 
32 {
33 }
34 
35 
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