#include <iostream>
#include <TH1F.h>
#include <TMath.h>
#include <TCanvas.h>
#include <TGraph.h>
#include <TLegend.h>
Go to the source code of this file.
Functions | |
void | bwnorm (void) |
void | print_norm (int method, double Wmax=3.0) |
double | bwfunc (double mR, double gRo, int L, double W) |
double | bwintegrate (double mR, double gRo, int L, double Wmin, double Wmax) |
double | bwintegrate_neugen (double mR, double gRo, int L, int n) |
Variables | |
const int | kNRes = 18 |
const char * | kResName [kNRes] |
const int | kResN [kNRes] |
const int | kResL [kNRes] |
const double | kResMass [kNRes] |
const double | kResWidth [kNRes] |
const int | kResColor [kNRes] |
const int | kResStyle [kNRes] |
double bwintegrate | ( | double | mR, |
double | gRo, | ||
int | L, | ||
double | Wmin, | ||
double | Wmax | ||
) |
double bwintegrate_neugen | ( | double | mR, |
double | gRo, | ||
int | L, | ||
int | n | ||
) |
Definition at line 177 of file bwnorm.C.
void bwnorm | ( | void | ) |
Definition at line 85 of file bwnorm.C.
void print_norm | ( | int | method, |
double | Wmax = 3.0 |
||
) |
Definition at line 137 of file bwnorm.C.