CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <InductionGar2.h>
Public Member Functions | |
CTF2 () | |
~CTF2 () | |
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 20 of file InductionGar2.h.
CTF2::CTF2 | ( | ) |
Definition at line 430 of file InductionGar2.cxx.
CTF2::~CTF2 | ( | ) |
Definition at line 445 of file InductionGar2.cxx.
TH1D CTF2::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 455 of file InductionGar2.cxx.
Referenced by InductionGar2::setMultiElectrons().
ConvolveWithConst* CTF2::conv |
Definition at line 22 of file InductionGar2.h.
Referenced by Convolution_Tbranch_fft(), CTF2(), and ~CTF2().
std::vector<double> CTF2::TBranch |
Definition at line 23 of file InductionGar2.h.
Referenced by CTF2().