]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/EMCAL/AliHLTEMCALRawAnalyzerComponent.cxx
Adding / modifying three algorithms to the HLT processing
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jan 2010 00:29:27 +0000 (00:29 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Jan 2010 00:29:27 +0000 (00:29 +0000)
commit1637625cba3ee1e8bd869a89126e92dd4e831037
treeda67910ce4bcc6848408497da266da29c96bd178
parent44160b88d11d12616aa1f5247daac0d9da8130ab
Adding / modifying three algorithms to the HLT processing
and raw data extraction: 1) LMS (Least Mean Square Fit),
2) Crude ( amp = max - pedestal), 3) PeakFinder (Amp = optimum weight of the samples )
HLT/EMCAL/AliHLTEMCALRawAnalyzerComponent.cxx
HLT/EMCAL/AliHLTEMCALRawAnalyzerCrudeComponent.cxx
HLT/EMCAL/AliHLTEMCALRawAnalyzerCrudeComponent.h
HLT/EMCAL/AliHLTEMCALRawAnalyzerLMSComponent.cxx [new file with mode: 0644]
HLT/EMCAL/AliHLTEMCALRawAnalyzerLMSComponent.h [new file with mode: 0644]
HLT/EMCAL/AliHLTEMCALRawAnalyzerPeakFinderComponent.cxx [new file with mode: 0644]
HLT/EMCAL/AliHLTEMCALRawAnalyzerPeakFinderComponent.h [new file with mode: 0644]