|
void | Distribution (TH1F &histo, const char *filebasename, const char *pathtofile="./", Int_t istart=1, Int_t iend=10) |
| Function to draw a single distribution. More...
|
|
void | Distribution (const char *filebasename, const char *pathtofile="./", Int_t istart=1, Int_t iend=10) |
|
void | Distribution2D (TH2 &histo, const char *filebasename, const char *pathtofile="./", Int_t istart=1, Int_t iend=10) |
| Function to draw a 2D distribution. More...
|
|
void | EPxTHETA (TH2 &histo, const char *filebasename, const char *pathtofile="./", Int_t istart=1, Int_t iend=10, Int_t mode=1) |
| Function to draw the Energy of the particule as a function of the theta angle. More...
|
|
TGraph * | Evolution1D (const char *var, const char *filebasename, const char *pathtofile="./", Int_t istart=1, Int_t iend=10, Int_t which=0) |
| Function to draw a single distribution. More...
|
|
TMultiGraph * | Excitation (const char *filebasename, const char *pathtofile="./", Int_t istart=1, Int_t iend=10, Float_t threshold=0.01) |
| Function to plot Excitation function. More...
|
|
TH2D * | Production2D (const char *hname, const char *fname, const char *pathtofile="./", bool fis=false) |
| Function to plot a 2D plot of all the produced residus. More...
|
|
void | Scan (const char *fname) |
| Function to scan a pax file and display the content on the standard ouput. More...
|
|
void | ShowCascades (const char *filebasename, const char *pathtofile="./", Int_t istart=1, Int_t iend=10) |
| Function to show cascades in the E x I plan. More...
|
|