|
BmnRoot
|
#include <BmnATestDetectorPlane.h>
Public Member Functions | |
| BmnATestDetectorPlane ()=default | |
| BmnATestDetectorPlane (Double_t Zposition, const SVectGL &Misalignments, Int_t DetectorID) | |
| Double_t | GetPosition () const noexcept |
| Int_t | GetDetectorID () const noexcept |
| Double_t | GetConst () const noexcept |
| const SVect3 & | GetNormal () const noexcept |
| const SMatr3x3 & | GetCrdRotation () const noexcept |
| const SMatr3x3 & | GetCrdInvRotation () const noexcept |
| const SVect3 & | GetCrdShift () const noexcept |
| const SVect3 & | GetAlignShift () const noexcept |
| const SVect3 & | GetAlignRot () const noexcept |
| void | Draw (Bool_t showNormal=kFALSE) const |
Protected Attributes | |
| Double_t | fZposition |
| SVect3 | fAlignShift |
| SVect3 | fAlignRot |
| SVect3 | fNormal |
| Double_t | fConst |
| SMatr3x3 | fCoordRotation |
| SMatr3x3 | fCoordInvRotation |
| SVect3 | fCoordShift |
| Int_t | fDetectorID |
Definition at line 26 of file BmnATestDetectorPlane.h.
|
default |
|
inline |
Definition at line 61 of file BmnATestDetectorPlane.h.
References BMN_GLOBAL_PARAMS_PD, fAlignRot, fAlignShift, fConst, fCoordInvRotation, fCoordRotation, fCoordShift, fNormal, fZposition, i, iX, iY, and iZ.
|
inline |
Definition at line 112 of file BmnATestDetectorPlane.h.
References BMN_NORMAL_COLOR, BMN_PLANE_COLOR, BMN_PLANE_SIZE, fCoordRotation, fCoordShift, i, iX, iY, and iZ.
Referenced by BmnAlignerTest::Draw().
|
inlinenoexcept |
Definition at line 42 of file BmnATestDetectorPlane.h.
References fAlignRot.
|
inlinenoexcept |
Definition at line 41 of file BmnATestDetectorPlane.h.
References fAlignShift.
|
inlinenoexcept |
Definition at line 35 of file BmnATestDetectorPlane.h.
References fConst.
Referenced by BmnAlignerTest::PrepareData().
|
inlinenoexcept |
Definition at line 38 of file BmnATestDetectorPlane.h.
References fCoordInvRotation.
Referenced by BmnAlignerTest::PrepareData().
|
inlinenoexcept |
Definition at line 37 of file BmnATestDetectorPlane.h.
References fCoordRotation.
Referenced by BmnATestHit::Draw().
|
inlinenoexcept |
Definition at line 39 of file BmnATestDetectorPlane.h.
References fCoordShift.
Referenced by BmnATestHit::Draw(), and BmnAlignerTest::PrepareData().
|
inlinenoexcept |
Definition at line 33 of file BmnATestDetectorPlane.h.
References fDetectorID.
|
inlinenoexcept |
Definition at line 36 of file BmnATestDetectorPlane.h.
References fNormal.
Referenced by BmnAlignerTest::PrepareData().
|
inlinenoexcept |
Definition at line 32 of file BmnATestDetectorPlane.h.
References fZposition.
Referenced by BmnAlignerTest::PrepareData().
|
protected |
Definition at line 48 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), and GetAlignRot().
|
protected |
Definition at line 47 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), and GetAlignShift().
|
protected |
Definition at line 52 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), and GetConst().
|
protected |
Definition at line 54 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), and GetCrdInvRotation().
|
protected |
Definition at line 54 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), Draw(), and GetCrdRotation().
|
protected |
Definition at line 55 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), Draw(), and GetCrdShift().
|
protected |
Definition at line 56 of file BmnATestDetectorPlane.h.
Referenced by GetDetectorID().
|
protected |
Definition at line 51 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), and GetNormal().
|
protected |
Definition at line 46 of file BmnATestDetectorPlane.h.
Referenced by BmnATestDetectorPlane(), and GetPosition().