Belle II Software
release-08-01-10
|
class TrgEclDataBase; More...
#include <TrgEclDataBase.h>
Public Member Functions | |
TrgEclDataBase () | |
TrgEclDataBase Constructor. | |
virtual | ~TrgEclDataBase () |
TrgEclDataBase Destructor. | |
void | getCoeffSigPDF (std::vector< std::vector< double >> &, std::vector< std::vector< double >> &) |
read coefficient for fit | |
void | getCoeffNoise (int, std::vector< std::vector< double >> &, std::vector< std::vector< double >> &, std::vector< std::vector< double >> &) |
read coefficient for fit | |
void | readNoiseLMatrix (std::vector< std::vector< double >> &, std::vector< std::vector< double >> &) |
Noise Matrix. | |
double | GetTCFLatency (int) |
TC flight time latency | |
double | GetCMPhi (int) |
TC CM Phi | |
double | GetCMTheta (int) |
TC CM Phi | |
double | GetCMEnergy (int) |
TC CM Phi | |
int | Get3DBhabhaLUT (int) |
TC CM Phi | |
void | MakeFitterCoefficient (const std::vector< int > &, std::vector< int >) |
Make Fitter Coefficients from Signal PDF and Noise covariance metrix. | |
double | interFADC (double, std::vector< int >) |
Util to interpalate Signal Shape. | |
Private Attributes | |
std::vector< std::vector< int > > | _AmpCoefficient |
Amplitude Coefficient. | |
std::vector< std::vector< int > > | _TimingCoefficient |
Timing Coefficient. | |
class TrgEclDataBase;
Definition at line 20 of file TrgEclDataBase.h.