CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <InductionGar2.h>
Public Member Functions | |
CEF2 () | |
~CEF2 () | |
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 31 of file InductionGar2.h.
CEF2::CEF2 | ( | ) |
Definition at line 483 of file InductionGar2.cxx.
CEF2::~CEF2 | ( | ) |
Definition at line 498 of file InductionGar2.cxx.
TH1D CEF2::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 508 of file InductionGar2.cxx.
Referenced by InductionGar2::setMultiElectrons().
ConvolveWithConst* CEF2::conv |
Definition at line 34 of file InductionGar2.h.
Referenced by CEF2(), Convolution_Ebranch_fft(), and ~CEF2().
std::vector<double> CEF2::EBranch |
Definition at line 35 of file InductionGar2.h.
Referenced by CEF2().