#include <AtKinematics.h>
|
| AtKinematics () |
|
| ~AtKinematics ()=default |
|
void | SetVerbosity (Int_t verbosity) |
|
std::tuple< Double_t, Double_t > | GetMomFromBrho (Double_t A, Double_t Z, Double_t brho) |
| Returns momentum (in GeV) from Brho assuming M (amu) and Z;. More...
|
|
Double_t | TwoBodyEx (Double_t m1, Double_t m2, Double_t m3, Double_t m4, Double_t K_proj, Double_t thetalab, Double_t K_eject) |
|
Double_t | omega (Double_t x, Double_t y, Double_t z) |
|
std::vector< double > | KinematicalFit (std::vector< double > ¶meters) |
|
void | SetKFIterations (Int_t iter) |
|
void | SetKFWeighting (Double_t weight) |
|
void | SetKFTargetMass (Double_t mass) |
|
Definition at line 27 of file AtKinematics.h.
◆ AtKinematics()
AtTools::AtKinematics::AtKinematics |
( |
| ) |
|
◆ ~AtKinematics()
AtTools::AtKinematics::~AtKinematics |
( |
| ) |
|
|
default |
◆ GetMomFromBrho()
std::tuple< Double_t, Double_t > AtTools::AtKinematics::GetMomFromBrho |
( |
Double_t |
A, |
|
|
Double_t |
Z, |
|
|
Double_t |
brho |
|
) |
| |
Returns momentum (in GeV) from Brho assuming M (amu) and Z;.
Definition at line 31 of file AtKinematics.cxx.
◆ KinematicalFit()
std::vector< double > AtTools::AtKinematics::KinematicalFit |
( |
std::vector< double > & |
parameters | ) |
|
◆ omega()
Double_t AtTools::AtKinematics::omega |
( |
Double_t |
x, |
|
|
Double_t |
y, |
|
|
Double_t |
z |
|
) |
| |
◆ SetKFIterations()
void AtTools::AtKinematics::SetKFIterations |
( |
Int_t |
iter | ) |
|
|
inline |
◆ SetKFTargetMass()
void AtTools::AtKinematics::SetKFTargetMass |
( |
Double_t |
mass | ) |
|
|
inline |
◆ SetKFWeighting()
void AtTools::AtKinematics::SetKFWeighting |
( |
Double_t |
weight | ) |
|
|
inline |
◆ SetVerbosity()
void AtTools::AtKinematics::SetVerbosity |
( |
Int_t |
verbosity | ) |
|
|
inline |
◆ TwoBodyEx()
Double_t AtTools::AtKinematics::TwoBodyEx |
( |
Double_t |
m1, |
|
|
Double_t |
m2, |
|
|
Double_t |
m3, |
|
|
Double_t |
m4, |
|
|
Double_t |
K_proj, |
|
|
Double_t |
thetalab, |
|
|
Double_t |
K_eject |
|
) |
| |
The documentation for this class was generated from the following files: