![]() |
ATLAS Offline Software
|
#include <BeamSpotData.h>
Public Member Functions | |
| BeamSpotData (int status, float posX, float posY, float posZ, float sigmaX, float sigmaY, float sigmaZ, float tiltX, float tiltY, float sigmaXY) | |
| BeamSpotData ()=delete | |
| const Amg::Vector3D & | beamPos () const noexcept |
| float | beamSigma (int i) const noexcept |
| Returns the beam sigma for the i-th error matrix element. | |
| float | beamSigmaXY () const noexcept |
| float | beamTilt (int i) const noexcept |
| Returns the beam sigma for the i+3-th error matrix element (the 'tilt') | |
| int | beamStatus () const noexcept |
| const Trk::RecVertex & | beamVtx () const noexcept |
Private Attributes | |
| int | m_status |
| std::array< float, 6 > | m_errPar |
| Amg::Vector3D | m_beamPos |
| Trk::RecVertex | m_vertex |
Definition at line 19 of file BeamSpotData.h.
| InDet::BeamSpotData::BeamSpotData | ( | int | status, |
| float | posX, | ||
| float | posY, | ||
| float | posZ, | ||
| float | sigmaX, | ||
| float | sigmaY, | ||
| float | sigmaZ, | ||
| float | tiltX, | ||
| float | tiltY, | ||
| float | sigmaXY ) |
Definition at line 13 of file BeamSpotData.cxx.
|
delete |
|
inlinenoexcept |
Definition at line 68 of file BeamSpotData.h.
|
inlinenoexcept |
Returns the beam sigma for the i-th error matrix element.
| i | the requested index |
Definition at line 70 of file BeamSpotData.h.
|
inlinenoexcept |
Definition at line 72 of file BeamSpotData.h.
|
inlinenoexcept |
Definition at line 76 of file BeamSpotData.h.
|
inlinenoexcept |
Returns the beam sigma for the i+3-th error matrix element (the 'tilt')
| i | the requested index after the addition of 3 |
Definition at line 74 of file BeamSpotData.h.
|
inlinenoexcept |
Definition at line 79 of file BeamSpotData.h.
|
private |
Definition at line 60 of file BeamSpotData.h.
|
private |
Definition at line 58 of file BeamSpotData.h.
|
private |
Definition at line 56 of file BeamSpotData.h.
|
private |
Definition at line 63 of file BeamSpotData.h.