#include <ZTspin1.h>
|
| ZTspin1 (const TLorentzVector &q, const TLorentzVector &p, double mR) |
|
double | Contract (const TLorentzVector &rhs) const |
|
Definition at line 9 of file ZTspin1.h.
◆ ZTspin1()
ZTspin1::ZTspin1 |
( |
const TLorentzVector & |
q, |
|
|
const TLorentzVector & |
p, |
|
|
double |
mR |
|
) |
| |
|
inline |
Definition at line 12 of file ZTspin1.h.
13 : TLorentzVector(q - q.Dot(p)*p * (1./(mR*mR))){}
◆ Contract()
double ZTspin1::Contract |
( |
const TLorentzVector & |
rhs | ) |
const |
|
inline |
Definition at line 15 of file ZTspin1.h.
16 return this->Dot(rhs);
The documentation for this class was generated from the following file: