#include <TLorentzVectorC.h>
Definition at line 13 of file TLorentzVectorC.h.
◆ TLorentzVectorC() [1/4]
TLorentzVectorC::TLorentzVectorC |
( |
| ) |
|
|
inline |
◆ TLorentzVectorC() [2/4]
TLorentzVectorC::TLorentzVectorC |
( |
const TLorentzVector & |
re, |
|
|
const TLorentzVector & |
im |
|
) |
| |
|
inline |
◆ TLorentzVectorC() [3/4]
TLorentzVectorC::TLorentzVectorC |
( |
const TLorentzVector & |
re | ) |
|
|
inline |
◆ TLorentzVectorC() [4/4]
TLorentzVectorC::TLorentzVectorC |
( |
const TLorentzVectorC & |
other, |
|
|
bool |
conj = false |
|
) |
| |
|
inline |
◆ conj()
void TLorentzVectorC::conj |
( |
| ) |
|
|
inline |
◆ Dot() [1/2]
Definition at line 53 of file TLorentzVectorC.h.
54 return complex<double>(
_v[0].
Dot(rhs.
_v[0]) -
_v[1].Dot(rhs.
_v[1]),
_v[0].Dot(rhs.
_v[1]) +
_v[1].Dot(rhs.
_v[0]));
complex< double > Dot(const TLorentzVectorC &rhs)
◆ Dot() [2/2]
complex<double> TLorentzVectorC::Dot |
( |
const TLorentzVector & |
rhs | ) |
|
|
inline |
Definition at line 57 of file TLorentzVectorC.h.
complex< double > Dot(const TLorentzVectorC &rhs)
◆ Im() [1/2]
const TLorentzVector& TLorentzVectorC::Im |
( |
| ) |
const |
|
inline |
◆ Im() [2/2]
TLorentzVector& TLorentzVectorC::Im |
( |
| ) |
|
|
inline |
◆ makeZero()
bool TLorentzVectorC::makeZero |
( |
| ) |
|
|
inlineprotected |
Definition at line 17 of file TLorentzVectorC.h.
18 Re().SetXYZT(0,0,0,0);
19 Im().SetXYZT(0,0,0,0);
const TLorentzVector & Re() const
const TLorentzVector & Im() const
◆ operator *()
◆ operator+()
◆ operator=()
◆ operator==()
◆ Print()
void TLorentzVectorC::Print |
( |
| ) |
|
|
inline |
Definition at line 80 of file TLorentzVectorC.h.
81 cout <<
"Re = " ;
_v[0].Print();
82 cout <<
"Im = " ;
_v[1].Print();
◆ Re() [1/2]
const TLorentzVector& TLorentzVectorC::Re |
( |
| ) |
const |
|
inline |
◆ Re() [2/2]
TLorentzVector& TLorentzVectorC::Re |
( |
| ) |
|
|
inline |
◆ v()
const TLorentzVector& TLorentzVectorC::v |
( |
int |
i | ) |
const |
|
inline |
◆ _v
TLorentzVector TLorentzVectorC::_v[2] |
|
protected |
The documentation for this class was generated from the following file: