#include <string>
#include <sstream>
#include <TF1.h>
#include <TH1.h>
#include <TCanvas.h>
#include <TApplication.h>
#include <TLegend.h>
#include "toi.h"
#include "chargemodel.h"
Functions | |
| double | fq (double *x, double *par) |
| double | maxq (double *x, double *par) |
| int | GetModel () |
| int | main (int argc, char **argv) |
Variables | |
| ChargeStateDist * | t |
| Global pointer to a ChargeStateDist see section trick in the file description. | |
This file depend on the ROOT framework. It display 2 canvas. The first one is on plot of the fraction of each charge state of 12C between E=1 MeV and E=15 MeV. The second one is a plot of the maximum charge state in function of the energy.
|
||||||||||||
|
Return the charge state fraction. This is required to plot the Getfq member using the TF1 class from ROOT, see section trick in the file description. |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Return the maximum charge state. This is required to plot the GetMaxq member using the TF1 class from ROOT, see section trick in the file description. |
|
|
Global pointer to a ChargeStateDist see section trick in the file description.
|
1.4.4