#include <SRLorentzVector.h>
Definition at line 27 of file SRLorentzVector.h.
caf::SRLorentzVector::SRLorentzVector |
( |
| ) |
|
Definition at line 12 of file SRLorentzVector.cxx.
13 E (std::numeric_limits<float>::signaling_NaN()),
14 px(std::numeric_limits<float>::signaling_NaN()),
15 py(std::numeric_limits<float>::signaling_NaN()),
16 pz(std::numeric_limits<float>::signaling_NaN())
virtual caf::SRLorentzVector::~SRLorentzVector |
( |
| ) |
|
|
virtualdefault |
caf::SRLorentzVector::SRLorentzVector |
( |
const TLorentzVector & |
v | ) |
|
float caf::SRLorentzVector::Beta |
( |
| ) |
const |
|
inline |
float caf::SRLorentzVector::Gamma |
( |
| ) |
const |
|
inline |
float caf::SRLorentzVector::Mag |
( |
| ) |
const |
|
inline |
caf::SRLorentzVector::operator TLorentzVector |
( |
| ) |
const |
Recommend users convert back to TLorentzVector for boosts etc.
Definition at line 24 of file SRLorentzVector.cxx.
26 return TLorentzVector(
px,
py,
pz,
E);
float caf::SRLorentzVector::T |
( |
| ) |
const |
|
inline |
TVector3 caf::SRLorentzVector::Vect |
( |
| ) |
const |
|
inline |
float caf::SRLorentzVector::X |
( |
| ) |
const |
|
inline |
float caf::SRLorentzVector::Y |
( |
| ) |
const |
|
inline |
float caf::SRLorentzVector::Z |
( |
| ) |
const |
|
inline |
float caf::SRLorentzVector::E |
float caf::SRLorentzVector::px |
float caf::SRLorentzVector::py |
float caf::SRLorentzVector::pz |
The documentation for this class was generated from the following files: