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
6
namespace
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
GamR::Spect
Definition
BackSub.cc:9
GamR::Spect::FFTWindow
FFTWindow
Definition
FFT.hh:8
GamR::Spect::FFTWindow::HAMMING
@ HAMMING
Definition
FFT.hh:8
GamR::Spect::FFTWindow::HANN
@ HANN
Definition
FFT.hh:8
GamR::Spect::FFTWindow::BOX
@ BOX
Definition
FFT.hh:8
GamR::Spect::FFT
TH1D * FFT(TH1 *hist, const char *name, double low, double high, FFTWindow wind)
Definition
FFT.cc:8
GamR
Definition
Gain.cc:19
src
lib
spect
FFT.hh
Generated on Tue Feb 10 2026 23:03:42 for GamR by
1.13.2