Normalized shape of single photon pulse (waveform) Pulse must be positive.
More...
#include <TOPSignalShape.h>
|
std::vector< double > | m_shape |
| waveform values
|
|
double | m_tmin = 0 |
| time of the first waveform sample [ns]
|
|
double | m_tmax = 0 |
| time of the last waveform sample [ns]
|
|
double | m_tau = 0 |
| time constant of the exponential tail [ns]
|
|
double | m_pole1 = 0 |
| noise bandwidth: first pole [GHz]
|
|
double | m_pole2 = 0 |
| noise bandwidth: second pole [GHz]
|
|
TSpline5 * | m_interpolator = 0 |
| cache for the interpolator
|
|
double | m_peakTime = 0 |
| do not write out More...
|
|
Normalized shape of single photon pulse (waveform) Pulse must be positive.
Definition at line 25 of file TOPSignalShape.h.
◆ ClassDef()
do not write out
ClassDef
◆ getInterpolator()
const TSpline5* getInterpolator |
( |
| ) |
const |
|
inline |
Returns interpolator.
- Returns
- interpolator
Definition at line 133 of file TOPSignalShape.h.
TSpline5 * m_interpolator
cache for the interpolator
◆ getPole1()
double getPole1 |
( |
| ) |
const |
|
inline |
Returns first pole of noise bandwidth.
- Returns
- first pole [GHz]
Definition at line 115 of file TOPSignalShape.h.
◆ getPole2()
double getPole2 |
( |
| ) |
const |
|
inline |
Returns second pole of noise bandwidth.
- Returns
- second pole [GHz]
Definition at line 121 of file TOPSignalShape.h.
◆ getShape()
const std::vector<double>& getShape |
( |
| ) |
const |
|
inline |
Returns waveform values.
- Returns
- vector of normalized values
Definition at line 127 of file TOPSignalShape.h.
◆ getTau()
Returns time constant of the exponential used for the extrapolation of tail.
- Returns
- time constant [ns]
Definition at line 109 of file TOPSignalShape.h.
◆ getTMax()
Returns time of the last waveform sample.
- Returns
- time [ns]
Definition at line 97 of file TOPSignalShape.h.
◆ getTMin()
Returns time of the first waveform sample.
- Returns
- time [ns]
Definition at line 91 of file TOPSignalShape.h.
◆ m_peakTime
The documentation for this class was generated from the following files: