#include <SpinSumV.h>
|
| | SpinSumV (const TLorentzVector &p, double mR) |
| |
| TLorentzVector | Dot (const TLorentzVector &rhs) const |
| |
| double | Sandwich (const TLorentzVector &lhs, const TLorentzVector &rhs) const |
| |
|
| TLorentzVector | _p |
| |
| double | _mR |
| |
Definition at line 10 of file SpinSumV.h.
◆ SpinSumV()
| SpinSumV::SpinSumV |
( |
const TLorentzVector & |
p, |
|
|
double |
mR |
|
) |
| |
|
inline |
◆ Dot()
| TLorentzVector SpinSumV::Dot |
( |
const TLorentzVector & |
rhs | ) |
const |
|
inline |
◆ Sandwich()
| double SpinSumV::Sandwich |
( |
const TLorentzVector & |
lhs, |
|
|
const TLorentzVector & |
rhs |
|
) |
| const |
|
inline |
Definition at line 32 of file SpinSumV.h.
34 return lhs.Dot(this->
Dot(rhs));
TLorentzVector Dot(const TLorentzVector &rhs) const
◆ _mR
◆ _p
| TLorentzVector SpinSumV::_p |
|
protected |
The documentation for this class was generated from the following file: