19#ifndef ROOT_Math_GenVector_PtEtaPhiE4D
20#define ROOT_Math_GenVector_PtEtaPhiE4D 1
51template <
class ScalarType>
75 template <
class CoordSystem >
154 :
fEta > etaMax<Scalar>() ?
fEta - etaMax<Scalar>()
155 :
fEta < -etaMax<Scalar>() ? -
fEta - etaMax<Scalar>() : 0;
174 return fE *
fE - p * p;
187 " Pt and Eta give P such that P^2 > E^2, so the mass would be imaginary");
213 " Pt and Eta give Pz such that Pz^2 > E^2, so the mass would be imaginary");
309 template <
class CoordSystem >
338#if defined(__MAKECINT__) || defined(G__DICTIONARY)
370#if defined(__MAKECINT__) || defined(G__DICTIONARY)
378template <
class ScalarType>
384#if defined(__MAKECINT__) || defined(G__DICTIONARY)
388template <
class ScalarType>
394template <
class ScalarType>
395inline void PtEtaPhiE4D<ScalarType>::SetPy(
Scalar py) {
396 GenVector_exception
e(
"PtEtaPhiE4D::SetPx() is not supposed to be called");
398 PxPyPzE4D<Scalar>
v(*
this);
v.SetPy(py); *
this = PtEtaPhiE4D<Scalar>(
v);
400template <
class ScalarType>
401inline void PtEtaPhiE4D<ScalarType>::SetPz(
Scalar pz) {
402 GenVector_exception
e(
"PtEtaPhiE4D::SetPx() is not supposed to be called");
404 PxPyPzE4D<Scalar>
v(*
this);
v.SetPz(pz); *
this = PtEtaPhiE4D<Scalar>(
v);
406template <
class ScalarType>
407inline void PtEtaPhiE4D<ScalarType>::SetM(
Scalar m) {
408 GenVector_exception
e(
"PtEtaPhiE4D::SetM() is not supposed to be called");
410 PtEtaPhiM4D<Scalar>
v(*
this);
v.SetM(
m);
411 *
this = PtEtaPhiE4D<Scalar>(
v);
Class describing a 4D cylindrical coordinate system using Pt , Phi, Eta and E (or rho,...
Scalar P2() const
squared magnitude of spatial components (momentum squared)
Scalar Et2() const
transverse energy squared
void SetPxPyPzE(Scalar px, Scalar py, Scalar pz, Scalar e)
set values using cartesian coordinate system
Scalar P() const
magnitude of momentum
void SetEta(Scalar eta)
set eta value
Scalar Theta() const
polar angle
bool operator!=(const PtEtaPhiE4D &rhs) const
PtEtaPhiE4D(const PtEtaPhiE4D &v)
copy constructor
PtEtaPhiE4D(const CoordSystem &c)
Generic constructor from any 4D coordinate system implementing Pt(), Eta(), Phi() and E()
Scalar Et() const
transverse energy
PtEtaPhiE4D()
Default constructor gives zero 4-vector.
PtEtaPhiE4D & operator=(const PtEtaPhiE4D &v)
assignment operator
void SetE(Scalar e)
set E value
bool operator==(const PtEtaPhiE4D &rhs) const
Exact equality.
void SetCoordinates(const Scalar src[])
Set internal data based on an array of 4 Scalar numbers.
Scalar M2() const
vector magnitude squared (or mass squared)
void Negate()
negate the 4-vector
Scalar Mt() const
transverse mass
Scalar M() const
invariant mass
PtEtaPhiE4D(Scalar pt, Scalar eta, Scalar phi, Scalar e)
Constructor from pt, eta, phi, e values.
void GetCoordinates(Scalar dest[]) const
get internal data into an array of 4 Scalar numbers
Scalar Pt2() const
transverse spatial component squared
void SetCoordinates(Scalar pt, Scalar eta, Scalar phi, Scalar e)
Set internal data based on 4 Scalar numbers.
void Scale(Scalar a)
Scale coordinate values by a scalar quantity a.
void SetPt(Scalar pt)
set Pt value
Scalar Mt2() const
transverse mass squared
void GetCoordinates(Scalar &pt, Scalar &eta, Scalar &phi, Scalar &e) const
get internal data into 4 Scalar numbers
void SetPhi(Scalar phi)
set phi value
Class describing a 4D cartesian coordinate system (x, y, z, t coordinates) or momentum-energy vectors...
Namespace for new Math classes and functions.
void Throw(const char *)
function throwing exception, by creating internally a GenVector_exception only when needed
VecExpr< UnaryOp< Sqrt< T >, VecExpr< A, T, D >, T >, T, D > sqrt(const VecExpr< A, T, D > &rhs)
Rotation3D::Scalar Scalar
Namespace for new ROOT classes and functions.
static constexpr double mm
#define dest(otri, vertexptr)