|
CbmRoot
|
#include <LmvmDef.h>
Public Member Functions | |
| LmvmSBgResultData () | |
| LmvmSBgResultData (double sBgRatio, double signallEff, double fitMean, double fitSigma) | |
Public Attributes | |
| double | fSBgRatio = 0. |
| double | fSignallEff = 0. |
| double | fFitMean = 0. |
| double | fFitSigma = 0 |
|
inline |
| double LmvmSBgResultData::fFitMean = 0. |
Definition at line 140 of file LmvmDef.h.
Referenced by LmvmDrawAll::DrawSBgResults(), and LmvmSBgResultData().
| double LmvmSBgResultData::fFitSigma = 0 |
Definition at line 141 of file LmvmDef.h.
Referenced by LmvmDrawAll::DrawSBgResults(), and LmvmSBgResultData().
| double LmvmSBgResultData::fSBgRatio = 0. |
Definition at line 138 of file LmvmDef.h.
Referenced by LmvmDrawAll::DrawSBgResults(), and LmvmSBgResultData().
| double LmvmSBgResultData::fSignallEff = 0. |
Definition at line 139 of file LmvmDef.h.
Referenced by LmvmDrawAll::DrawSBgResults(), and LmvmSBgResultData().