59 std::vector<std::uint16_t> wfm,
66 std::vector<std::uint16_t> fit_wfm)
86 , fdFitTimeMax(fit_time_max)
94 : fuAddress(other.fuAddress)
95 , fdTime(other.fdTime)
96 , fdTsTime(other.fdTsTime)
97 , fdEdep(other.fdEdep)
99 , fdAccum(other.fdAccum)
100 , fdAdcTime(other.fdAdcTime)
102 , fdEdepWfm(other.fdEdepWfm)
103 , fdAmpl(other.fdAmpl)
104 , fuMinimum(other.fuMinimum)
105 , fuTimeMax(other.fuTimeMax)
108 , fdFitAmpl(other.fdFitAmpl)
109 , fdFitZL(other.fdFitZL)
110 , fdFitEdep(other.fdFitEdep)
111 , fdFitR2(other.fdFitR2)
112 , fdFitTimeMax(other.fdFitTimeMax)
113 , fuFitWfm(other.fuFitWfm)
120 : fuAddress(other.fuAddress)
121 , fdTime(other.fdTime)
122 , fdTsTime(other.fdTsTime)
123 , fdEdep(other.fdEdep)
125 , fdAccum(other.fdAccum)
126 , fdAdcTime(other.fdAdcTime)
128 , fdEdepWfm(other.fdEdepWfm)
129 , fdAmpl(other.fdAmpl)
130 , fuMinimum(other.fuMinimum)
131 , fuTimeMax(other.fuTimeMax)
134 , fdFitAmpl(other.fdFitAmpl)
135 , fdFitZL(other.fdFitZL)
136 , fdFitEdep(other.fdFitEdep)
137 , fdFitR2(other.fdFitR2)
138 , fdFitTimeMax(other.fdFitTimeMax)
139 , fuFitWfm(other.fuFitWfm)
147 std::vector<uint16_t>().swap(
fuWfm);
148 std::vector<uint16_t>().swap(
fuFitWfm);
155 if (
this != &other) {
184 if (
this != &other) {
ClassImp(CbmConverterManager)
Data class for PSD digital signal processing (DSP)
double fdAccum
ZeroLevel from waveform [adc counts].
double fdFitZL
Amplitude from fit of waveform [mV].
double fdEdep
Time of TimeSlice of measurement. Relative to first TS [ns].
CbmPsdDsp & operator=(const CbmPsdDsp &)
uint32_t fuTimeMax
Minimum of waveform [adc samples].
double fdTime
Unique channel address.
uint32_t fuMinimum
Amplitude from waveform [mV].
std::vector< uint16_t > fuWfm
Time of maximum in waveform [adc samples].
double fdTsTime
Time of measurement relative to TS [ns].
uint32_t fuZL
Energy deposition from FPGA [MeV].
std::vector< uint16_t > fuFitWfm
Time of maximum in fit of waveform [adc samples].
double fdFitR2
Energy deposition from fit of waveform [MeV].
CbmPsdDsp()
Default constructor.
double fdFitEdep
ZeroLevel from fit of waveform [adc counts].
double fdEdepWfm
Adc time of measurement.
double fdAdcTime
FPGA FEE Accumulator.
double fdAmpl
Energy deposition from waveform [MeV].
double fdFitTimeMax
Quality of waveform fit [] – good near 0.