CbmRoot
|
#include <CbmRichRadiusCorrection.h>
Static Public Member Functions | |
static void | DoCorrection (CbmRichRingLight *ring) |
Perform A and B parameters correction. More... | |
Static Private Member Functions | |
static void | Init () |
Initialize histograms for radius correction procedure. This procedure will be invoked automatically before first correction is made. More... | |
Static Private Attributes | |
static TH2D * | fhMapAaxisXY |
static TH2D * | fhMapBaxisXY |
Definition at line 35 of file CbmRichRadiusCorrection.h.
|
inlinestatic |
Perform A and B parameters correction.
[in] | RICH | ring. |
Definition at line 41 of file CbmRichRadiusCorrection.h.
References fhMapAaxisXY, fhMapBaxisXY, CbmRichRingLight::GetAaxis(), CbmRichRingLight::GetBaxis(), CbmRichRingLight::GetCenterX(), CbmRichRingLight::GetCenterY(), Init(), CbmRichRingLight::SetAaxis(), and CbmRichRingLight::SetBaxis().
|
inlinestaticprivate |
Initialize histograms for radius correction procedure. This procedure will be invoked automatically before first correction is made.
Definition at line 64 of file CbmRichRadiusCorrection.h.
References fhMapAaxisXY, and fhMapBaxisXY.
Referenced by DoCorrection().
|
staticprivate |
Definition at line 89 of file CbmRichRadiusCorrection.h.
Referenced by DoCorrection(), and Init().
|
staticprivate |
Definition at line 90 of file CbmRichRadiusCorrection.h.
Referenced by DoCorrection(), and Init().