LHCbMath::Math = GaudiPython.gbl.ROOT.Math [static] |
Definition at line 2 of file LHCbMath.py.
int LHCbMath::Transform3D = 3 [static] |
Definition at line 5 of file LHCbMath.py.
int LHCbMath::Plane3D = 3 [static] |
Definition at line 6 of file LHCbMath.py.
LHCbMath::XYZVector = Math.XYZVector [static] |
Definition at line 8 of file LHCbMath.py.
LHCbMath::XYZPoint = Math.XYZPoint [static] |
Definition at line 9 of file LHCbMath.py.
int LHCbMath::Polar3DVector = 3 [static] |
Definition at line 10 of file LHCbMath.py.
int LHCbMath::Polar3DPoint = 3 [static] |
Definition at line 11 of file LHCbMath.py.
LHCbMath::RhoEtaPhiVector = Math.RhoEtaPhiVector [static] |
Definition at line 12 of file LHCbMath.py.
LHCbMath::RhoEtaPhiPoint = Math.RhoEtaPhiPoint [static] |
Definition at line 13 of file LHCbMath.py.
LHCbMath::RhoZPhiVector = Math.RhoZPhiVector [static] |
Definition at line 14 of file LHCbMath.py.
LHCbMath::RhoZPhiPoint = Math.RhoZPhiPoint [static] |
Definition at line 15 of file LHCbMath.py.
LHCbMath::XYZVectorF = Math.XYZVectorF [static] |
Definition at line 17 of file LHCbMath.py.
LHCbMath::XYZPointF = Math.XYZPointF [static] |
Definition at line 18 of file LHCbMath.py.
int LHCbMath::Polar3DVectorF = 3 [static] |
Definition at line 19 of file LHCbMath.py.
int LHCbMath::Polar3DPointF = 3 [static] |
Definition at line 20 of file LHCbMath.py.
LHCbMath::RhoEtaPhiVectorF = Math.RhoEtaPhiVectorF [static] |
Definition at line 21 of file LHCbMath.py.
LHCbMath::RhoEtaPhiPointF = Math.RhoEtaPhiPointF [static] |
Definition at line 22 of file LHCbMath.py.
LHCbMath::RhoZPhiVectorF = Math.RhoZPhiVectorF [static] |
Definition at line 23 of file LHCbMath.py.
LHCbMath::RhoZPhiPointF = Math.RhoZPhiPointF [static] |
Definition at line 24 of file LHCbMath.py.
LHCbMath::Line = GaudiPython.gbl.Gaudi.Math.Line [static] |
Definition at line 26 of file LHCbMath.py.
tuple LHCbMath::XYZLine = Line(XYZPoint, XYZVector) [static] |
Definition at line 27 of file LHCbMath.py.
tuple LHCbMath::Polar3DLine = Line(Polar3DPoint, Polar3DVector) [static] |
Definition at line 28 of file LHCbMath.py.
tuple LHCbMath::RhoEtaPhiLine = Line(RhoEtaPhiPoint, RhoEtaPhiVector) [static] |
Definition at line 29 of file LHCbMath.py.
tuple LHCbMath::RhoZPhiLine = Line(RhoZPhiPoint, RhoZPhiVector) [static] |
Definition at line 30 of file LHCbMath.py.
tuple LHCbMath::XYZLineF = Line(XYZPointF, XYZVectorF) [static] |
Definition at line 32 of file LHCbMath.py.
tuple LHCbMath::Polar3DLineF = Line(Polar3DPointF, Polar3DVectorF) [static] |
Definition at line 33 of file LHCbMath.py.
tuple LHCbMath::RhoEtaPhiLineF = Line(RhoEtaPhiPointF, RhoEtaPhiVectorF) [static] |
Definition at line 34 of file LHCbMath.py.
tuple LHCbMath::RhoZPhiLineF = Line(RhoZPhiPointF, RhoZPhiVectorF) [static] |
Definition at line 35 of file LHCbMath.py.
LHCbMath::GeomFun = GaudiPython.gbl.Gaudi.Math.GF [static] |
Definition at line 37 of file LHCbMath.py.
tuple LHCbMath::XYZGeomFun = GeomFun(XYZPoint, XYZLine, Plane3D) [static] |
Definition at line 38 of file LHCbMath.py.