Project

General

Profile

Feature #1176

Updated by Ole Hansen 21 days ago

Port the multi-peak waveform analysis function from hcana into the FADC code in Podd. Make it a standalone version. Input: vector of samples, Output: structure of vectors of peak parameters (leading-edge time, integral, time-over-threshold, pileup status indicator, etc). 

 The waveform analysis code in hcana is implemented in @void THcRawAdcHit::SetSampIntTimePedestalPeak()@ https://github.com/JeffersonLab/hcana/blob/93fed862f038aecc3fcbc7ce453b6693908f18e8/src/THcRawAdcHit.cxx#L314 

Back