#include "TROOT.h"
#include "TObject.h"
#include "TArrayI.h"
#include "TArrayD.h"
#include "TArrayC.h"
#include "TCanvas.h"
#include "TDirectory.h"
#include "TPaveLabel.h"
#include "TF1.h"
#include <ctime>
#include "TGraph.h"
#include <stdio.h>
#include <math.h>
#include "TH2.h"
#include "TH1.h"
#include "TStyle.h"
#include "TPaveText.h"
#include "TProfile.h"
#include "TVirtualX.h"
Go to the source code of this file.
Classes | |
struct | matrice |
class | TFParams |
Macros | |
#define | dimmat 30 |
#define | dimout 10 |
#define | nbmax_cell 1000 |
#define | PLSHDIM 650 /* size of the pulse shape array */ |
#define | SDIM2 10 /* number of samples for cristal */ |
Typedefs | |
typedef struct matrice | matrice |
Functions | |
matrice | cree_mat (int, int) |
matrice | cree_mat_prod (matrice, matrice) |
void | fill_mat (matrice, matrice) |
matrice | fill_mat_int (matrice, matrice, matrice) |
#define dimmat 30 |
Definition at line 42 of file TFParams.h.
Referenced by TFParams::f3deg(), TFParams::inverpj(), and TFParams::polfit().
#define dimout 10 |
Definition at line 43 of file TFParams.h.
Referenced by TFParams::polfit().
#define nbmax_cell 1000 |
Definition at line 44 of file TFParams.h.
#define PLSHDIM 650 /* size of the pulse shape array */ |
Definition at line 27 of file TFParams.h.
#define SDIM2 10 /* number of samples for cristal */ |
Definition at line 26 of file TFParams.h.
Referenced by TFParams::set_const().
Definition at line 36 of file TFParams.h.
matrice cree_mat | ( | int | , |
int | |||
) |
Definition at line 701 of file TFParams.cc.
References matrice::coeff, i, j, matrice::nb_colonnes, and matrice::nb_lignes.
Referenced by TFParams::fitpj().
Definition at line 681 of file TFParams.cc.
References matrice::coeff, i, j, matrice::nb_colonnes, and matrice::nb_lignes.
Referenced by TFParams::fitpj().
Definition at line 721 of file TFParams.cc.
References matrice::coeff, i, j, matrice::nb_colonnes, matrice::nb_lignes, and reco::return().