GamR  0.0.0
GammaROOT
Loading...
Searching...
No Matches
FFT.hh
Go to the documentation of this file.
1#ifndef GAMR_SPECT_FFT_HH
2#define GAMR_SPECT_FFT_HH
3
4#include <TH1.h>
5
6namespace GamR {
7 namespace Spect {
8 enum class FFTWindow { BOX, HANN, HAMMING };
9
10 TH1D* FFT(TH1 *hist, const char *name, double low, double high, FFTWindow window=FFTWindow::BOX);
11
12 }
13}
14
15#endif
FFTWindow
Definition FFT.hh:8
TH1D * FFT(TH1 *hist, const char *name, double low, double high, FFTWindow wind)
Definition FFT.cc:8
Definition Gain.cc:19