CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <InductionGar.h>
Public Member Functions | |
CEF () | |
~CEF () | |
TH1D | Convolution_Ebranch_fft (const double *Input_Curr_plot_001) |
return convolve of Input_Curr_plot_001 and T_Branch2, a function; tries to mimic Convolution_Ebranch has a option to test correctness. | |
Public Attributes | |
ConvolveWithConst * | conv |
std::vector< double > | EBranch |
Definition at line 27 of file InductionGar.h.
CEF::CEF | ( | ) |
Definition at line 415 of file InductionGar.cxx.
CEF::~CEF | ( | ) |
Definition at line 430 of file InductionGar.cxx.
TH1D CEF::Convolution_Ebranch_fft | ( | const double * | Input_Curr_plot_001 | ) |
return convolve of Input_Curr_plot_001 and T_Branch2, a function; tries to mimic Convolution_Ebranch has a option to test correctness.
Input_Curr_plot_001 |
Definition at line 440 of file InductionGar.cxx.
Referenced by InductionGar::setMultiElectrons().
ConvolveWithConst* CEF::conv |
Definition at line 30 of file InductionGar.h.
Referenced by CEF(), Convolution_Ebranch_fft(), and ~CEF().
std::vector<double> CEF::EBranch |
Definition at line 31 of file InductionGar.h.
Referenced by CEF().