#include <TMath.h>
#include <TH1D.h>
#include <TH2D.h>
#include <TGraphAsymmErrors.h>
#include <TFile.h>
#include <TNtuple.h>
#include <TSpline.h>
#include <TRandom3.h>
#include <TGenPhaseSpace.h>
#include <TLorentzVector.h>
Go to the source code of this file.
Functions | |
TSpline3 | splCoeffReY01 ("splCoeffReY01", Wc, CoeffReY01, kNWBins,"", 0, 0) |
TSpline3 | splCoeffReY02 ("splCoeffReY02", Wc, CoeffReY02, kNWBins,"", 1, 1) |
TSpline3 | splCoeffReY11 ("splCoeffReY11", Wc, CoeffReY11, kNWBins,"", 1, 1) |
TSpline3 | splCoeffImY11 ("splCoeffImY11", Wc, CoeffImY11, kNWBins,"", 1, 1) |
TSpline3 | splCoeffReY12 ("splCoeffReY12", Wc, CoeffReY12, kNWBins,"", 1, 1) |
TSpline3 | splCoeffImY12 ("splCoeffImY12", Wc, CoeffImY12, kNWBins,"", 1, 1) |
TSpline3 | splCoeffReY22 ("splCoeffReY22", Wc, CoeffReY22, kNWBins,"", 1, 1) |
TSpline3 | splCoeffImY22 ("splCoeffImY22", Wc, CoeffImY22, kNWBins,"", 1, 1) |
double | angular_distribution_pdf (double W, double th, double phi) |
double | coeff (double W, int m, int l, bool real) |
double | Y (double th, double phi, int m, int l, bool real) |
double | Y00 (double th, double phi, bool real) |
double | Y01 (double th, double phi, bool real) |
double | Y02 (double th, double phi, bool real) |
double | Y11 (double th, double phi, bool real) |
double | Y12 (double th, double phi, bool real) |
double | Y22 (double th, double phi, bool real) |
void | run_evgen_test (double W) |
void | plot_input_data (void) |
Variables | |
const int | kNWBins = 6 |
double | Wmin [kNWBins] = { 1.100, 1.180, 1.230, 1.280, 1.500, 1.700 } |
double | Wmax [kNWBins] = { 1.180, 1.230, 1.280, 1.500, 1.700, 2.000 } |
double | Wc [kNWBins] = { 1.140, 1.205, 1.255, 1.390, 1.600, 1.850 } |
double | CoeffReY01 [kNWBins] = { -0.22, -0.01, 0.29, 0.32, 0.61, 0.84 } |
double | CoeffReY02 [kNWBins] = { -0.06, -0.13, -0.19, -0.08, 0.49, 0.80 } |
double | CoeffReY11 [kNWBins] = { 0.21, -0.02, -0.20, -0.05, 0.12, -0.03 } |
double | CoeffImY11 [kNWBins] = { -0.09, -0.06, -0.06, 0.01, -0.08, -0.17 } |
double | CoeffReY12 [kNWBins] = { 0.26, 0.05, 0.02, 0.00, 0.09, -0.05 } |
double | CoeffImY12 [kNWBins] = { 0.07, 0.00, 0.16, -0.01, -0.04, -0.03 } |
double | CoeffReY22 [kNWBins] = { -0.04, 0.08, 0.08, 0.04, 0.09, -0.08 } |
double | CoeffImY22 [kNWBins] = { -0.07, -0.07, -0.01, 0.06, -0.15, -0.03 } |
double | dCoeffReY01 [kNWBins] = { 0.11, 0.07, 0.09, 0.09, 0.13, 0.13 } |
double | dCoeffReY02 [kNWBins] = { 0.12, 0.07, 0.10, 0.09, 0.15, 0.14 } |
double | dCoeffReY11 [kNWBins] = { 0.09, 0.06, 0.08, 0.06, 0.08, 0.07 } |
double | dCoeffImY11 [kNWBins] = { 0.08, 0.06, 0.08, 0.06, 0.09, 0.09 } |
double | dCoeffReY12 [kNWBins] = { 0.08, 0.06, 0.08, 0.06, 0.07, 0.06 } |
double | dCoeffImY12 [kNWBins] = { 0.07, 0.05, 0.08, 0.06, 0.08, 0.07 } |
double | dCoeffReY22 [kNWBins] = { 0.07, 0.05, 0.07, 0.06, 0.09, 0.09 } |
double | dCoeffImY22 [kNWBins] = { 0.08, 0.05, 0.08, 0.06, 0.08, 0.07 } |
const double | kPi = 3.14 |
double angular_distribution_pdf | ( | double | W, |
double | th, | ||
double | phi | ||
) |
Definition at line 273 of file piN_asymmetric_decay.C.
double coeff | ( | double | W, |
int | m, | ||
int | l, | ||
bool | real | ||
) |
Definition at line 292 of file piN_asymmetric_decay.C.
void plot_input_data | ( | void | ) |
Definition at line 171 of file piN_asymmetric_decay.C.
void run_evgen_test | ( | double | W | ) |
Definition at line 89 of file piN_asymmetric_decay.C.
TSpline3 splCoeffImY11 | ( | "splCoeffImY11" | , |
Wc | , | ||
CoeffImY11 | , | ||
kNWBins | , | ||
"" | , | ||
1 | , | ||
1 | |||
) |
TSpline3 splCoeffImY12 | ( | "splCoeffImY12" | , |
Wc | , | ||
CoeffImY12 | , | ||
kNWBins | , | ||
"" | , | ||
1 | , | ||
1 | |||
) |
TSpline3 splCoeffImY22 | ( | "splCoeffImY22" | , |
Wc | , | ||
CoeffImY22 | , | ||
kNWBins | , | ||
"" | , | ||
1 | , | ||
1 | |||
) |
TSpline3 splCoeffReY01 | ( | "splCoeffReY01" | , |
Wc | , | ||
CoeffReY01 | , | ||
kNWBins | , | ||
"" | , | ||
0 | , | ||
0 | |||
) |
TSpline3 splCoeffReY02 | ( | "splCoeffReY02" | , |
Wc | , | ||
CoeffReY02 | , | ||
kNWBins | , | ||
"" | , | ||
1 | , | ||
1 | |||
) |
TSpline3 splCoeffReY11 | ( | "splCoeffReY11" | , |
Wc | , | ||
CoeffReY11 | , | ||
kNWBins | , | ||
"" | , | ||
1 | , | ||
1 | |||
) |
TSpline3 splCoeffReY12 | ( | "splCoeffReY12" | , |
Wc | , | ||
CoeffReY12 | , | ||
kNWBins | , | ||
"" | , | ||
1 | , | ||
1 | |||
) |
TSpline3 splCoeffReY22 | ( | "splCoeffReY22" | , |
Wc | , | ||
CoeffReY22 | , | ||
kNWBins | , | ||
"" | , | ||
1 | , | ||
1 | |||
) |
double Y | ( | double | th, |
double | phi, | ||
int | m, | ||
int | l, | ||
bool | real | ||
) |
Definition at line 307 of file piN_asymmetric_decay.C.
double Y00 | ( | double | th, |
double | phi, | ||
bool | real | ||
) |
Definition at line 319 of file piN_asymmetric_decay.C.
double Y01 | ( | double | th, |
double | phi, | ||
bool | real | ||
) |
Definition at line 325 of file piN_asymmetric_decay.C.
double Y02 | ( | double | th, |
double | phi, | ||
bool | real | ||
) |
Definition at line 331 of file piN_asymmetric_decay.C.
double Y11 | ( | double | th, |
double | phi, | ||
bool | real | ||
) |
Definition at line 337 of file piN_asymmetric_decay.C.
double Y12 | ( | double | th, |
double | phi, | ||
bool | real | ||
) |
Definition at line 344 of file piN_asymmetric_decay.C.
double Y22 | ( | double | th, |
double | phi, | ||
bool | real | ||
) |
Definition at line 351 of file piN_asymmetric_decay.C.
double CoeffImY11[kNWBins] = { -0.09, -0.06, -0.06, 0.01, -0.08, -0.17 } |
Definition at line 46 of file piN_asymmetric_decay.C.
double CoeffImY12[kNWBins] = { 0.07, 0.00, 0.16, -0.01, -0.04, -0.03 } |
Definition at line 48 of file piN_asymmetric_decay.C.
double CoeffImY22[kNWBins] = { -0.07, -0.07, -0.01, 0.06, -0.15, -0.03 } |
Definition at line 50 of file piN_asymmetric_decay.C.
double CoeffReY01[kNWBins] = { -0.22, -0.01, 0.29, 0.32, 0.61, 0.84 } |
Definition at line 43 of file piN_asymmetric_decay.C.
double CoeffReY02[kNWBins] = { -0.06, -0.13, -0.19, -0.08, 0.49, 0.80 } |
Definition at line 44 of file piN_asymmetric_decay.C.
double CoeffReY11[kNWBins] = { 0.21, -0.02, -0.20, -0.05, 0.12, -0.03 } |
Definition at line 45 of file piN_asymmetric_decay.C.
double CoeffReY12[kNWBins] = { 0.26, 0.05, 0.02, 0.00, 0.09, -0.05 } |
Definition at line 47 of file piN_asymmetric_decay.C.
double CoeffReY22[kNWBins] = { -0.04, 0.08, 0.08, 0.04, 0.09, -0.08 } |
Definition at line 49 of file piN_asymmetric_decay.C.
double dCoeffImY11[kNWBins] = { 0.08, 0.06, 0.08, 0.06, 0.09, 0.09 } |
Definition at line 55 of file piN_asymmetric_decay.C.
double dCoeffImY12[kNWBins] = { 0.07, 0.05, 0.08, 0.06, 0.08, 0.07 } |
Definition at line 57 of file piN_asymmetric_decay.C.
double dCoeffImY22[kNWBins] = { 0.08, 0.05, 0.08, 0.06, 0.08, 0.07 } |
Definition at line 59 of file piN_asymmetric_decay.C.
double dCoeffReY01[kNWBins] = { 0.11, 0.07, 0.09, 0.09, 0.13, 0.13 } |
Definition at line 52 of file piN_asymmetric_decay.C.
double dCoeffReY02[kNWBins] = { 0.12, 0.07, 0.10, 0.09, 0.15, 0.14 } |
Definition at line 53 of file piN_asymmetric_decay.C.
double dCoeffReY11[kNWBins] = { 0.09, 0.06, 0.08, 0.06, 0.08, 0.07 } |
Definition at line 54 of file piN_asymmetric_decay.C.
double dCoeffReY12[kNWBins] = { 0.08, 0.06, 0.08, 0.06, 0.07, 0.06 } |
Definition at line 56 of file piN_asymmetric_decay.C.
double dCoeffReY22[kNWBins] = { 0.07, 0.05, 0.07, 0.06, 0.09, 0.09 } |
Definition at line 58 of file piN_asymmetric_decay.C.
const int kNWBins = 6 |
Definition at line 38 of file piN_asymmetric_decay.C.
const double kPi = 3.14 |
Definition at line 74 of file piN_asymmetric_decay.C.
double Wc[kNWBins] = { 1.140, 1.205, 1.255, 1.390, 1.600, 1.850 } |
Definition at line 41 of file piN_asymmetric_decay.C.
double Wmax[kNWBins] = { 1.180, 1.230, 1.280, 1.500, 1.700, 2.000 } |
Definition at line 40 of file piN_asymmetric_decay.C.
double Wmin[kNWBins] = { 1.100, 1.180, 1.230, 1.280, 1.500, 1.700 } |
Definition at line 39 of file piN_asymmetric_decay.C.