ComPWA four momentum class.
More...
#include <FourMomentum.hpp>
|
std::array< double, 4 > | P4 |
|
ComPWA four momentum class.
Definition at line 21 of file FourMomentum.hpp.
◆ FourMomentum() [1/5]
ComPWA::FourMomentum::FourMomentum |
( |
| ) |
|
|
inline |
◆ FourMomentum() [2/5]
ComPWA::FourMomentum::FourMomentum |
( |
double |
E | ) |
|
|
inline |
◆ FourMomentum() [3/5]
ComPWA::FourMomentum::FourMomentum |
( |
double |
Px, |
|
|
double |
Py, |
|
|
double |
Pz, |
|
|
double |
E |
|
) |
| |
|
inline |
◆ FourMomentum() [4/5]
ComPWA::FourMomentum::FourMomentum |
( |
std::array< double, 4 > |
P4_ | ) |
|
|
inline |
◆ FourMomentum() [5/5]
ComPWA::FourMomentum::FourMomentum |
( |
std::vector< double > |
P4_ | ) |
|
|
inline |
◆ e()
double ComPWA::FourMomentum::e |
( |
| ) |
const |
|
inline |
◆ invariantMass()
double ComPWA::FourMomentum::invariantMass |
( |
| ) |
const |
|
inline |
◆ invariantMassSquared()
double ComPWA::FourMomentum::invariantMassSquared |
( |
| ) |
const |
|
inline |
◆ operator+()
◆ operator+=()
void ComPWA::FourMomentum::operator+= |
( |
const FourMomentum & |
pB | ) |
|
|
inline |
◆ operator==()
bool ComPWA::FourMomentum::operator== |
( |
const FourMomentum & |
pB | ) |
const |
|
inline |
◆ px()
double ComPWA::FourMomentum::px |
( |
| ) |
const |
|
inline |
◆ py()
double ComPWA::FourMomentum::py |
( |
| ) |
const |
|
inline |
◆ pz()
double ComPWA::FourMomentum::pz |
( |
| ) |
const |
|
inline |
◆ threeMomentumSquared()
double ComPWA::FourMomentum::threeMomentumSquared |
( |
| ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const FourMomentum & |
p4 |
|
) |
| |
|
friend |
◆ P4
std::array<double, 4> ComPWA::FourMomentum::P4 |
|
private |
The documentation for this class was generated from the following file: