Belle II Software development
|
digitisation shaper More...
#include <ECLSampledShaper.h>
Public Member Functions | |
ECLSampledShaper (const TH1F *s, double ts=1) | |
constructor | |
~ECLSampledShaper () | |
destructor | |
void | fillarray (int N, double *a) |
fill the sampled shape array | |
Private Attributes | |
const TH1F * | m_sampledShape |
the sampled shape | |
const int | m_timeScale |
the time scale | |
digitisation shaper
Definition at line 22 of file ECLSampledShaper.h.
|
inlineexplicit |
constructor
Definition at line 25 of file ECLSampledShaper.h.
|
inline |
|
inline |
fill the sampled shape array
Definition at line 30 of file ECLSampledShaper.h.
|
private |
the sampled shape
Definition at line 44 of file ECLSampledShaper.h.
|
private |
the time scale
Definition at line 45 of file ECLSampledShaper.h.