CbmRoot
|
This class is used to store pmt_pixel min and max positions. More...
#include <CbmRichRecGeoPar.h>
Public Member Functions | |
CbmRichPmtPlaneMinMax () | |
void | AddPoint (Double_t x, Double_t y, Double_t z) |
Double_t | GetMeanX () |
Double_t | GetMeanY () |
Double_t | GetMeanZ () |
Private Attributes | |
Double_t | fMinPmtX |
Double_t | fMaxPmtX |
Double_t | fMinPmtY |
Double_t | fMaxPmtY |
Double_t | fMinPmtZ |
Double_t | fMaxPmtZ |
This class is used to store pmt_pixel min and max positions.
Definition at line 246 of file CbmRichRecGeoPar.h.
|
inline |
Definition at line 248 of file CbmRichRecGeoPar.h.
|
inline |
|
inline |
Definition at line 265 of file CbmRichRecGeoPar.h.
References fMaxPmtX, and fMinPmtX.
Referenced by CbmRichGeoManager::InitPmt().
|
inline |
Definition at line 267 of file CbmRichRecGeoPar.h.
References fMaxPmtY, and fMinPmtY.
Referenced by CbmRichGeoManager::InitPmt().
|
inline |
Definition at line 269 of file CbmRichRecGeoPar.h.
References fMaxPmtZ, and fMinPmtZ.
Referenced by CbmRichGeoManager::InitPmt().
|
private |
Definition at line 273 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), and GetMeanX().
|
private |
Definition at line 275 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), and GetMeanY().
|
private |
Definition at line 277 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), and GetMeanZ().
|
private |
Definition at line 272 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), and GetMeanX().
|
private |
Definition at line 274 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), and GetMeanY().
|
private |
Definition at line 276 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), and GetMeanZ().