ATLAS Offline Software
Loading...
Searching...
No Matches
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
6#include <cassert>
7
8
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
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)
26 nPhases, nSamples,
28{
29}
30
31
36
37
42
43
float timeBinWidth() const
Return the time bin width for this channel.
LAr2DWaveBase()
Default constructor.
float timeOffset() const
Return the time offset for this channel.
A more compact way of storing shape/ofc data — non-const portion.
A more compact way of storing shape/ofc data — const portion.
ShapeRef_t shapeDer(size_t tbin) const
Definition LArShapeP2.h:45
ShapeRef_t shape(size_t tbin) const
Definition LArShapeP2.h:44
Definition index.py:1