![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "LArFFTWPlan.h"
Public Member Functions | |
| LArFFTWPlan (int transformSize, const std::string &option) | |
| ~LArFFTWPlan () | |
Public Attributes | |
| void * | fPlan |
| void * | rPlan |
| void * | fIn |
| void * | fOut |
| void * | rIn |
| void * | rOut |
Private Member Functions | |
| unsigned int | MapFFTWOption () |
Private Attributes | |
| int | fSize |
| int | fFreqSize |
| int * | fN |
| std::string | fOption |
Static Private Attributes | |
| static std::mutex | mutex_ |
Definition at line 13 of file LArFFTWPlan.h.
| util::LArFFTWPlan::LArFFTWPlan | ( | int | transformSize, |
| const std::string & | option | ||
| ) |
| util::LArFFTWPlan::~LArFFTWPlan | ( | ) |
|
private |
|
private |
Definition at line 28 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan().
| void* util::LArFFTWPlan::fIn |
Definition at line 20 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan(), and ~LArFFTWPlan().
|
private |
Definition at line 29 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan(), and ~LArFFTWPlan().
|
private |
Definition at line 30 of file LArFFTWPlan.h.
Referenced by MapFFTWOption().
| void* util::LArFFTWPlan::fOut |
Definition at line 21 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan(), and ~LArFFTWPlan().
| void* util::LArFFTWPlan::fPlan |
Definition at line 18 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan(), and ~LArFFTWPlan().
|
private |
Definition at line 27 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan().
|
staticprivate |
Definition at line 26 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan().
| void* util::LArFFTWPlan::rIn |
Definition at line 22 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan(), and ~LArFFTWPlan().
| void* util::LArFFTWPlan::rOut |
Definition at line 23 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan(), and ~LArFFTWPlan().
| void* util::LArFFTWPlan::rPlan |
Definition at line 19 of file LArFFTWPlan.h.
Referenced by LArFFTWPlan(), and ~LArFFTWPlan().