OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
RelativeFFTLowPassFilter Class Reference

#include <RelativeFFTLowPass.h>

Inheritance diagram for RelativeFFTLowPassFilter:
Collaboration diagram for RelativeFFTLowPassFilter:

Public Member Functions

 RelativeFFTLowPassFilter (const double &threshold)
void apply (std::vector< double > &LineDensity)
void calc_derivative (std::vector< double > &histogram, const double &h)

Private Attributes

double threshold_m

Detailed Description

Definition at line 6 of file RelativeFFTLowPass.h.

Constructor & Destructor Documentation

◆ RelativeFFTLowPassFilter()

RelativeFFTLowPassFilter::RelativeFFTLowPassFilter ( const double & threshold)

Definition at line 8 of file RelativeFFTLowPass.cpp.

References threshold_m.

Member Function Documentation

◆ apply()

void RelativeFFTLowPassFilter::apply ( std::vector< double > & LineDensity)
virtual

Implements Filter.

Definition at line 12 of file RelativeFFTLowPass.cpp.

References real(), and threshold_m.

Here is the call graph for this function:

◆ calc_derivative()

void RelativeFFTLowPassFilter::calc_derivative ( std::vector< double > & histogram,
const double & h )
virtual

Implements Filter.

Definition at line 54 of file RelativeFFTLowPass.cpp.

References Physics::pi, real(), and threshold_m.

Here is the call graph for this function:

Member Data Documentation

◆ threshold_m

double RelativeFFTLowPassFilter::threshold_m
private

Definition at line 13 of file RelativeFFTLowPass.h.

Referenced by apply(), calc_derivative(), and RelativeFFTLowPassFilter().


The documentation for this class was generated from the following files: