ROOTPWA
|
#include <complex>
#include <iostream>
#include <vector>
#include <map>
#include "TMath.h"
#include "TGraph.h"
#include "TCanvas.h"
#include "SpecFuncMathMore.h"
Go to the source code of this file.
Typedefs | |
typedef pair< double, double > | tchannel |
Functions | |
double | confLevel (unsigned int n) |
double | ladderSum (double E, unsigned int n=5) |
std::complex< double > | sph_hankel1 (unsigned int l, double x) |
std::complex< double > | tscat (double E, const vector< tchannel > &channels, unsigned int i) |
std::complex< double > | tprod (double E, double m1, double m2) |
void | pipi () |
Variables | |
double const | mpi = 0.13957018 |
double const | mpi2 = mpi*mpi |
double const | mK = 0.493677 |
double const | meta = 0.547853 |
double const | mK2 = mK*mK |
double confLevel | ( | unsigned int | n | ) |
Definition at line 25 of file pipi.C.
Referenced by ladderSum().
double ladderSum | ( | double | E, |
unsigned int | n = 5 |
||
) |
void pipi | ( | ) |
std::complex<double> sph_hankel1 | ( | unsigned int | l, |
double | x | ||
) |
std::complex<double> tprod | ( | double | E, |
double | m1, | ||
double | m2 | ||
) |
Definition at line 113 of file pipi.C.
References a, i, ladderSum(), lambda(), p, and sph_hankel1().
Referenced by pipi(), and sigmaBugg().
Definition at line 45 of file pipi.C.
References a, i, ic(), ladderSum(), p, pi, and sph_hankel1().
Referenced by pipi(), and sigmaBugg().
double const meta = 0.547853 |
Definition at line 19 of file pipi.C.
Referenced by rpwa::pwaPlotter::addFit(), and main().
double const mpi = 0.13957018 |
Definition at line 16 of file pipi.C.
Referenced by pipi(), NParticleState::Q2(), sigmaBugg(), and NParticleEvent::tprime().