CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <InductionGar.h>
Public Member Functions | |
CTF () | |
~CTF () | |
TH1D | Convolution_Tbranch_fft (const double *Input_Curr_plot_001) |
return convolve of Input_Curr_plot_001 and T_Branch2, a function; tries to mimic Convolution_Tbranch has a option to test correctness. | |
Public Attributes | |
ConvolveWithConst * | conv |
std::vector< double > | TBranch |
Definition at line 16 of file InductionGar.h.
CTF::CTF | ( | ) |
Definition at line 360 of file InductionGar.cxx.
CTF::~CTF | ( | ) |
Definition at line 375 of file InductionGar.cxx.
TH1D CTF::Convolution_Tbranch_fft | ( | const double * | Input_Curr_plot_001 | ) |
return convolve of Input_Curr_plot_001 and T_Branch2, a function; tries to mimic Convolution_Tbranch has a option to test correctness.
Input_Curr_plot_001 |
Definition at line 385 of file InductionGar.cxx.
Referenced by InductionGar::setMultiElectrons().
ConvolveWithConst* CTF::conv |
Definition at line 18 of file InductionGar.h.
Referenced by Convolution_Tbranch_fft(), CTF(), and ~CTF().
std::vector<double> CTF::TBranch |
Definition at line 19 of file InductionGar.h.
Referenced by CTF().