CbmRoot
|
#include <CbmRichRadiusCorrection.h>
Static Public Member Functions | |
static void | DoCorrection (CbmRichRingLight *ring) |
Perform A and B parameters correction. | |
Static Private Member Functions | |
static void | Init () |
Initialize histograms for radius correction procedure. This procedure will be invoked automatically before first correction is made. | |
Static Private Attributes | |
static TH2D * | fhMapAaxisXY |
static TH2D * | fhMapBaxisXY |
Definition at line 39 of file CbmRichRadiusCorrection.h.
|
inlinestatic |
Perform A and B parameters correction.
[in] | RICH | ring. |
Definition at line 45 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.
Save old global file and folder pointer to avoid messing with FairRoot
Restore old global file and folder pointer to avoid messing with FairRoot
Definition at line 67 of file CbmRichRadiusCorrection.h.
References fhMapAaxisXY, and fhMapBaxisXY.
Referenced by DoCorrection().
|
staticprivate |
Definition at line 100 of file CbmRichRadiusCorrection.h.
Referenced by DoCorrection(), and Init().
|
staticprivate |
Definition at line 101 of file CbmRichRadiusCorrection.h.
Referenced by DoCorrection(), and Init().