Belle II Software
release-08-01-10
|
Raw TC result nefor digitizing. More...
#include <TRGECLFAMPara.h>
Public Member Functions | |
TRGECLFAMPara () | |
Empty constructor Recommended for ROOT IO. | |
TRGECLFAMPara (int FPGAversion, int TCId, int FAMId, int ChannelId, int TEreconstruct, double ConversionFactor, int Toffset, int Threshold, int Wavemean, int Wavesigma, const std::vector< double > &SignalPDF, const std::vector< double > &NoiseCovarianceMatrix) | |
Construction. | |
void | setFPGAversion (int FPGAversion) |
Set FPGAversion. | |
void | setTCId (int TCId) |
Set TCId. | |
void | setFAMId (int FAMId) |
Set FAMId. | |
void | setChannelId (int ChannelId) |
Set TCId. | |
void | setTEreconstruct (int TEreconstruct) |
Set T&E reconstruction method. | |
void | setConversionFactor (double ConversionFactor) |
Set ConversionFactor CC. | |
void | setToffset (int Toffset) |
Set T offset. | |
void | setThreshold (int Threshold) |
Set Threshold. | |
void | setWavemean (int Wavemean) |
Set Wavemean. | |
void | setWavesigma (int Wavesigma) |
Set Wavesigma. | |
void | setSignalPDF (const std::vector< double > &SignalPDF) |
set Fitter Amplitude Coefficient | |
void | setNoiseCovarianceMatrix (const std::vector< double > &NoiseCovarianceMatrix) |
set Fitter Timing Coefficient | |
int | getFPGAversion () const |
Get FPGAversion. | |
int | getTCId () const |
Get TCId. | |
int | getFAMId () const |
Get FAMId. | |
int | getChannelId () const |
Get ChannelId. | |
int | getTEreconstruct () const |
Get T&E reconstruction method. | |
int | getConversionFactor () const |
Get ConversionFactor CC. | |
int | getToffset () const |
Get T offset. | |
int | getThreshold () const |
Get Threshold. | |
int | getWavemean () const |
Get Wavemean. | |
int | getWavesigma () const |
Get Wavesigma. | |
std::vector< double > | setSignalPDF () |
Get Fitter Amplitude Coefficient. | |
std::vector< double > | setNoiseCovarianceMatrix () |
Get Fitter Timing Coefficient. | |
ClassDef (TRGECLFAMPara, 2) | |
the class title | |
Public Attributes | |
int | m_FPGAversion |
FPGAversion. | |
int | m_TCId |
TCId. | |
int | m_FAMId |
FAM ID. | |
int | m_ChannelId |
FAM Channel ID. | |
int | m_TEreconstruct |
T&E reconstruction method. | |
double | m_ConversionFactor |
ConversionFactor CC. | |
int | m_Toffset |
T offset. | |
int | m_Threshold |
Threshold. | |
int | m_Wavemean |
Wavemean. | |
int | m_Wavesigma |
Wavesigma. | |
std::vector< double > | m_SignalPDF |
Fitter Amplitude Coefficient. | |
std::vector< double > | m_NoiseCovarianceMatrix |
Fitter Timing Coefficient. | |
Raw TC result nefor digitizing.
Definition at line 21 of file TRGECLFAMPara.h.