File indexing completed on 2024-04-06 11:59:43
0001
0002
0003 #include "TROOT.h"
0004 #include "TFile.h"
0005 #include "TDirectory.h"
0006 #include "TChain.h"
0007 #include "TObject.h"
0008 #include "TCanvas.h"
0009 #include "TMath.h"
0010 #include "TLegend.h"
0011 #include "TGraph.h"
0012 #include "TH1.h"
0013 #include "TH2.h"
0014 #include "TH3.h"
0015 #include "TTree.h"
0016 #include "TF1.h"
0017 #include "TPaveText.h"
0018
0019 int Color [] = {2,4,1,8,6,7,3,9,5};
0020 int Marker[] = {21,22,23,20,29,3,2};
0021 int Style [] = {1,2,5,7,9,10};
0022
0023 #include