MComputeFFT Class Reference
[Modules]
List of all members.
Detailed Description
Computes FFT.
|
Public Member Functions |
| MComputeFFT (QSequence *s) |
virtual void | Init () |
| Init method is called before event loop.
|
virtual QEvent * | Do (QEvent *ev) |
| Doit method is called for each event, getting the event as argument.
|
virtual void | Done () |
| Done method is called after event loop.
|
Private Member Functions |
int | Find (std::vector< int > &, int) |
void | Parse (std::string &, std::vector< int > &) |
Private Attributes |
QRealComplexFFT * | fTransformer |
int | fnProcessed |
std::vector< int > | fChanList |
std::vector< int > | fEventList |
The documentation for this class was generated from the following files:
- /home/cuoresvn/cuore/pkg/modcomputefft/MComputeFFT.hh
- /home/cuoresvn/cuore/pkg/modcomputefft/MComputeFFT.cc