|
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 () |
Public Attributes | |
| bool | fPointAdded {false} |
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 245 of file CbmRichRecGeoPar.h.
|
inline |
|
inline |
Definition at line 257 of file CbmRichRecGeoPar.h.
References fMaxPmtX, fMaxPmtY, fMaxPmtZ, fMinPmtX, fMinPmtY, fMinPmtZ, fPointAdded, x, and y.
Referenced by CbmRichGeoManager::InitPmt().
|
inline |
Definition at line 268 of file CbmRichRecGeoPar.h.
References fMaxPmtX, and fMinPmtX.
Referenced by CbmRichGeoManager::InitPmt().
|
inline |
Definition at line 270 of file CbmRichRecGeoPar.h.
References fMaxPmtY, and fMinPmtY.
Referenced by CbmRichGeoManager::InitPmt().
|
inline |
Definition at line 272 of file CbmRichRecGeoPar.h.
References fMaxPmtZ, and fMinPmtZ.
Referenced by CbmRichGeoManager::InitPmt().
|
private |
Definition at line 278 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), CbmRichPmtPlaneMinMax(), and GetMeanX().
|
private |
Definition at line 280 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), CbmRichPmtPlaneMinMax(), and GetMeanY().
|
private |
Definition at line 282 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), CbmRichPmtPlaneMinMax(), and GetMeanZ().
|
private |
Definition at line 277 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), CbmRichPmtPlaneMinMax(), and GetMeanX().
|
private |
Definition at line 279 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), CbmRichPmtPlaneMinMax(), and GetMeanY().
|
private |
Definition at line 281 of file CbmRichRecGeoPar.h.
Referenced by AddPoint(), CbmRichPmtPlaneMinMax(), and GetMeanZ().
| bool CbmRichPmtPlaneMinMax::fPointAdded {false} |
Definition at line 274 of file CbmRichRecGeoPar.h.
Referenced by AddPoint().