]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/AliMUONTrackReconstructor.cxx
Major upgrade of AliRoot code
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackReconstructor.cxx
1 /**************************************************************************
2  * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
3  *                                                                        *
4  * Author: The ALICE Off-line Project.                                    *
5  * Contributors are mentioned in the code where appropriate.              *
6  *                                                                        *
7  * Permission to use, copy, modify and distribute this software and its   *
8  * documentation strictly for non-commercial purposes is hereby granted   *
9  * without fee, provided that the above copyright notice appears in all   *
10  * copies and that both the copyright notice and this permission notice   *
11  * appear in the supporting documentation. The authors make no claims     *
12  * about the suitability of this software for any purpose. It is          *
13  * provided "as is" without express or implied warranty.                  *
14  **************************************************************************/
15 /*
16 $Log$
17 Revision 1.4  2000/12/21 22:14:38  morsch
18 Clean-up of coding rule violations.
19
20 Revision 1.3  2000/10/02 21:28:09  fca
21 Removal of useless dependecies via forward declarations
22
23 Revision 1.2  2000/06/15 07:58:49  morsch
24 Code from MUON-dev joined
25
26 Revision 1.1.2.7  2000/06/09 22:06:29  morsch
27 Some coding rule violations corrected. Will soon be obsolete.
28
29 Revision 1.1.2.6  2000/05/02 07:15:29  morsch
30 Put back TH1.h and TH2.h includes.
31
32 Revision 1.1.2.5  2000/02/17 18:12:43  morsch
33 Corrections in trackf_read_spoint causing segmentation violations in previous version (I. Chevrot)
34 New histos (I. Chevrot)
35
36 Revision 1.1.2.4  2000/02/15 18:01:08  morsch
37 Log messages
38
39 Revision 1.1.2.3  2000/02/15 17:59:01  morsch
40 Log message added
41
42 Revision 1.1.2.2  2000/02/15 18:54:56  morsch
43 Reference between track contributing to reconstructed hit and particle corrected  
44 */
45
46 #include "AliCallf77.h" 
47 #include "AliMUONTrackReconstructor.h" 
48 #include "AliRun.h"
49 #include "AliMUON.h"
50 #include "AliMC.h"
51
52 #include "AliMUONHit.h"
53 #include "AliMUONPadHit.h"
54 #include "AliMUONDigit.h"
55 #include "AliMUONRawCluster.h"
56 #include "AliMUONReconstHit.h"
57
58 #include "AliPDG.h"
59
60 #include <TRandom.h> 
61 #include <TFile.h> 
62 #include <TH1.h>
63 #include <TH2.h>  
64 #include <TTree.h> 
65 #include <TParticle.h> 
66 #include <TMinuit.h>
67 #include <iostream.h>
68
69 #ifndef WIN32 
70 # define reco_init       reco_init_
71 # define cutpxz          cutpxz_
72 # define sigmacut        sigmacut_
73 # define xpreci          xpreci_
74 # define ypreci          ypreci_
75 # define reconstmuon     reconstmuon_
76 # define reconstmuon2    reconstmuon2_
77 # define trackf_read_geant     trackf_read_geant_
78 # define trackf_read_fit     trackf_read_fit_
79 # define trackf_read_spoint     trackf_read_spoint_
80 # define chfill          chfill_
81 # define chfill2         chfill2_
82 # define chf1            chf1_
83 # define chfnt           chfnt_
84 # define hist_create     hist_create_
85 # define hist_closed     hist_closed_
86 # define rndm            rndm_
87 # define fcn             fcn_
88 # define trackf_fit      trackf_fit_
89 # define prec_fit        prec_fit_
90 # define fcnfit          fcnfit_
91 # define reco_term       reco_term_
92 #else 
93 # define reco_init       RECO_INIT
94 # define cutpxz          CUTPXZ
95 # define sigmacut        SIGMACUT
96 # define xpreci          XPRECI
97 # define ypreci          YPRECI
98 # define reconstmuon     RECONSTMUON
99 # define reconstmuon2    RECONSTMUON2
100 # define trackf_read_geant     TRACKF_READ_GEANT
101 # define trackf_read_fit     TRACKF_READ_FIT
102 # define trackf_read_spoint     TRACKF_READ_SPOINT
103 # define chfill          CHFILL
104 # define chfill2         CHFILL2
105 # define chf1            CHF1
106 # define chfnt           CHFNT
107 # define hist_create     HIST_CREATE
108 # define hist_closed     HIST_CLOSED
109 # define rndm            RNDM
110 # define fcn             FCN
111 # define trackf_fit      TRACKF_FIT
112 # define prec_fit        PREC_FIT
113 # define fcnfit          FCNFIT
114 # define reco_term       RECO_TERM
115 #endif 
116
117 extern "C"
118 {
119 void type_of_call reco_init(Double_t &, Double_t &, Double_t &);
120 void type_of_call reco_term();
121 void type_of_call cutpxz(Double_t &);
122 void type_of_call sigmacut(Double_t &);
123 void type_of_call xpreci(Double_t &);
124 void type_of_call ypreci(Double_t &);
125 void type_of_call reconstmuon(Int_t &, Int_t &, Int_t &, Int_t &, Int_t &);
126 void type_of_call reconstmuon2(Int_t &, Int_t &, Int_t &);
127 void type_of_call trackf_read_fit(Int_t &, Int_t &, Int_t &, Int_t *, Double_t *, Double_t *);
128 void type_of_call trackf_read_geant(Int_t *, Double_t *, Double_t *, Double_t *, Int_t *, Int_t *, Double_t *, Double_t *, Double_t *, Double_t *,Int_t &, Double_t *, Double_t *, Double_t *, Int_t &, Int_t &, Double_t *, Double_t *, Double_t *, Double_t *); 
129 void type_of_call trackf_read_spoint(Int_t *, Double_t *, Double_t *, Double_t *, Int_t *, Int_t *, Double_t *, Double_t *, Double_t *, Double_t *,Int_t &, Double_t *, Double_t *, Double_t *, Int_t &, Int_t &, Double_t *, Double_t *, Double_t *, Double_t *); 
130 void type_of_call chfill(Int_t &, Float_t &, Float_t &, Float_t &);
131 void type_of_call chfill2(Int_t &, Float_t &, Float_t &, Float_t &);
132 void type_of_call chf1(Int_t &, Float_t &, Float_t &);
133 void type_of_call chfnt(Int_t &, Int_t &, Int_t *, Int_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *, Float_t *);
134 void type_of_call hist_create();
135 void type_of_call hist_closed();
136 void type_of_call fcnf(Int_t &, Double_t *, Double_t &, Double_t *, Int_t);
137 void type_of_call fcn(Int_t &, Double_t *, Double_t &, Double_t *, Int_t &, Int_t &);
138 void type_of_call trackf_fit(Int_t &, Double_t *, Double_t *, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &);
139 void type_of_call prec_fit(Double_t &, Double_t &, Double_t &, Double_t &, Double_t&, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &, Double_t &);
140 void type_of_call fcnfitf(Int_t &, Double_t *, Double_t &, Double_t *, Int_t);
141 void type_of_call fcnfit(Int_t &, Double_t *, Double_t &, Double_t *, Int_t &, Int_t &);
142 Float_t type_of_call rndm() {return gRandom->Rndm();}
143 void type_of_call fit_trace(Float_t &, Float_t &, Float_t &, Float_t &, Float_t &, Float_t &, Int_t &, Int_t &, Int_t &, Int_t &);
144 }
145
146 static TTree *gAliNtupleGlobal;
147 static TFile *gAliFileGlobal;
148 static TTree *gAliTreeK1;
149 static TTree *gAliTrH1;
150 static TClonesArray *gAliHits2;        //List of hits for one track only
151 static TClonesArray *gAliParticles2;   //List of particles in the Kine tree
152
153
154 // variables of the tracking ntuple 
155 struct { 
156   Int_t ievr;           // number of event 
157   Int_t ntrackr;        // number of tracks per event
158   Int_t istatr[500];    // 1 = good muon, 2 = ghost, 0 = something else
159   Int_t isignr[500];    // sign of the track
160   Float_t pxr[500];     // x momentum of the reconstructed track
161   Float_t pyr[500];     // y momentum of the reconstructed track
162   Float_t pzr[500];     // z momentum of the reconstructed track
163   Float_t zvr[500];     // z vertex 
164   Float_t chi2r[500];   // chi2 of the fit of the track with the field map
165   Float_t pxv[500];     // x momentum at vertex
166   Float_t pyv[500];     // y momentum at vertex
167   Float_t pzv[500];     // z momentum at vertex
168 } NtupleSt;
169
170 ClassImp(AliMUONTrackReconstructor)
171
172 //___________________________________________________
173 AliMUONTrackReconstructor::AliMUONTrackReconstructor()
174 {
175 // Constructor
176 //
177    fSPxzCut   = 3.0;
178    fSSigmaCut = 4.0;
179    fSXPrec    = 0.01; 
180    fSYPrec    = 0.144;
181 }
182
183 //_____________________________________________________________________________
184 void AliMUONTrackReconstructor::Reconst2(Int_t &ifit, Int_t &idebug, Int_t &nev)
185 {
186 //
187 //
188     reconstmuon2(ifit,idebug,nev);
189 }
190
191 //_____________________________________________________________________________
192 void AliMUONTrackReconstructor::Reconst(Int_t &ifit, Int_t &idebug, Int_t bgdEvent, Int_t &nev, Int_t &idres, Int_t &ireadgeant, Option_t *option,Text_t *filename)
193 {
194   //
195   // open kine and hits tree of background file for reconstruction of geant hits 
196   // call tracking fortran program
197   static Bool_t first=kTRUE;
198   static TFile *pFile;
199   char *addBackground = strstr(option,"Add");
200   
201   if (addBackground ) { // only in case of background with geant hits 
202     if(first) {
203       fFileName=filename;
204       cout<<"filename  "<<fFileName<<endl;
205       pFile=new TFile(fFileName);
206       cout<<"I have opened "<<fFileName<<" file "<<endl;
207       gAliHits2     = new TClonesArray("AliMUONHit",1000);
208       gAliParticles2 = new TClonesArray("TParticle",1000);
209       first=kFALSE;
210     }
211     pFile->cd();
212     if(gAliHits2) gAliHits2->Clear();
213     if(gAliParticles2) gAliParticles2->Clear();
214     if(gAliTrH1) delete gAliTrH1;
215     gAliTrH1=0;
216     if(gAliTreeK1) delete gAliTreeK1;
217     gAliTreeK1=0;
218     // Get Hits Tree header from file
219     char treeName[20];
220     sprintf(treeName,"TreeH%d",bgdEvent);
221     gAliTrH1 = (TTree*)gDirectory->Get(treeName);
222     //     printf("gAliTrH1 %p of treename %s for event %d \n",gAliTrH1,treeName,bgdEvent);
223     if (!gAliTrH1) {
224       printf("ERROR: cannot find Hits Tree for event:%d\n",bgdEvent);
225     }
226     // set branch addresses
227     TBranch *branch;
228     char branchname[30];
229     AliMUON *pMUON  = (AliMUON*) gAlice->GetModule("MUON");  
230     sprintf(branchname,"%s",pMUON->GetName());       
231     if (gAliTrH1 && gAliHits2) {
232       branch = gAliTrH1->GetBranch(branchname);
233       if (branch) branch->SetAddress(&gAliHits2);
234     }
235     gAliTrH1->GetEntries();
236     // get the Kine tree
237     sprintf(treeName,"TreeK%d",bgdEvent);
238     gAliTreeK1 = (TTree*)gDirectory->Get(treeName);
239     if (!gAliTreeK1) {
240       printf("ERROR: cannot find Kine Tree for event:%d\n",bgdEvent);
241     }
242     // set branch addresses
243     if (gAliTreeK1) 
244       gAliTreeK1->SetBranchAddress("Particles", &gAliParticles2);
245     gAliTreeK1->GetEvent(0);
246     
247     // get back to the first file
248     TTree *treeK = gAlice->TreeK();
249     TFile *file1 = 0;
250     if (treeK) file1 = treeK->GetCurrentFile();
251     file1->cd();
252     
253   } // end if addBackground
254   
255   // call tracking fortran program
256   reconstmuon(ifit,idebug,nev,idres,ireadgeant);
257 }
258
259 //________________________________________________________________________________
260 void AliMUONTrackReconstructor::Init(Double_t &seff, Double_t &sb0, Double_t &sbl3)
261 {
262   //
263   // introduce in fortran program somme parameters and cuts for tracking 
264   // create output file "reconst.root" (histos + ntuple)
265   cutpxz(fSPxzCut);          // Pxz cut (GeV/c) to begin the track finding
266   sigmacut(fSSigmaCut);      // Number of sigmas delimiting the searching areas
267   xpreci(fSXPrec);           // Chamber precision in X (cm) 
268   ypreci(fSYPrec);           // Chamber precision in Y (cm)
269   reco_init(seff,sb0,sbl3);
270 }
271
272 //__________________________________________
273 void AliMUONTrackReconstructor::FinishEvent()
274 {
275    // Finish
276    // TTree *treeK = gAlice->TreeK();
277    // TFile *file1 = 0;
278    // if (treeK) file1 = treeK->GetCurrentFile();
279    // file1->cd();
280 }
281
282 //_____________________________________
283 void AliMUONTrackReconstructor::Close()
284 {
285   //
286   // write histos and ntuple to "reconst.root" file
287     reco_term();
288 }
289
290 //________________________________________________________
291 void chfill(Int_t &id, Float_t &x, Float_t &y, Float_t &w)
292 {
293   //
294   // fill histo like hfill in fortran
295     char name[5];
296     sprintf(name,"h%d",id);
297     TH1F *h1 = (TH1F*) gDirectory->Get(name);
298     h1->Fill(x);
299 }
300
301 //_________________________________________________________
302 void chfill2(Int_t &id, Float_t &x, Float_t &y, Float_t &w)
303 {
304   //
305   // fill histo like hfill2 in fortran
306     char name[5];
307     sprintf(name,"h%d",id);
308     TH2F *h2 = (TH2F*) gDirectory->Get(name);
309     h2->Fill(x,y,w);
310 }
311
312 //__________________________________________
313 void chf1(Int_t &id, Float_t &x, Float_t &w)
314 {
315   //
316   // fill histo like hf1 in fortran
317     char name[5];
318     sprintf(name,"h%d",id);
319     TH1F *h1 = (TH1F*) gDirectory->Get(name);
320     h1->Fill(x,w);
321 }
322
323 //_________________
324 void hist_create()
325 {
326   //
327   // Create an output file ("reconst.root")
328   // Create some histograms and an ntuple
329
330     gAliFileGlobal = new TFile("reconst.root","RECREATE","Ntuple - reconstruction");
331
332    gAliNtupleGlobal = new TTree("ntuple","Reconst ntuple");
333    gAliNtupleGlobal->Branch("ievr",&NtupleSt.ievr,"ievr/I");
334    gAliNtupleGlobal->Branch("ntrackr",&NtupleSt.ntrackr,"ntrackr/I");
335    gAliNtupleGlobal->Branch("istatr",&NtupleSt.istatr[0],"istatr[500]/I");
336    gAliNtupleGlobal->Branch("isignr",&NtupleSt.isignr[0],"isignr[500]/I");
337    gAliNtupleGlobal->Branch("pxr",&NtupleSt.pxr[0],"pxr[500]/F");
338    gAliNtupleGlobal->Branch("pyr",&NtupleSt.pyr[0],"pyr[500]/F");
339    gAliNtupleGlobal->Branch("pzr",&NtupleSt.pzr[0],"pzr[500]/F");
340    gAliNtupleGlobal->Branch("zvr",&NtupleSt.zvr[0],"zvr[500]/F");
341    gAliNtupleGlobal->Branch("chi2r",&NtupleSt.chi2r[0],"chi2r[500]/F");
342    gAliNtupleGlobal->Branch("pxv",&NtupleSt.pxv[0],"pxv[500]/F");
343    gAliNtupleGlobal->Branch("pyv",&NtupleSt.pyv[0],"pyv[500]/F");
344    gAliNtupleGlobal->Branch("pzv",&NtupleSt.pzv[0],"pzv[500]/F");
345
346    // test aliroot
347
348   new TH1F("h100","particule id du hit geant",20,0.,20.);
349   new TH1F("h101","position en x du hit geant",100,-200.,200.);
350   new TH1F("h102","position en y du hit geant",100,-200.,200.);
351   new TH1F("h103","chambre de tracking concernee",15,0.,14.);
352   new TH1F("h104","moment ptot du hit geant",50,0.,100.);
353   new TH1F("h105","px au vertex",50,0.,20.);
354   new TH1F("h106","py au vertex",50,0.,20.);
355   new TH1F("h107","pz au vertex",50,0.,20.);
356   new TH1F("h108","position zv",50,-15.,15.);
357   new TH1F("h109","position en x du hit reconstruit",100,-300.,300.);
358   new TH1F("h110","position en y du hit reconstruit",100,-300.,300.);
359   new TH1F("h111","delta x station 1",100,-0.3,0.3);
360   new TH1F("h112","delta x station 2",100,-0.3,0.3);
361   new TH1F("h113","delta x station 3",100,-0.3,0.3);
362   new TH1F("h114","delta x station 4",100,-0.5,0.5);
363   new TH1F("h115","delta x station 5",100,-0.5,0.5);
364   new TH1F("h116","delta x station 1",100,-2,2);
365   new TH1F("h117","delta x station 2",100,-2,2);
366   new TH1F("h121","delta y station 1",100,-0.04,0.04);
367   new TH1F("h122","delta y station 2",100,-0.04,0.04);
368   new TH1F("h123","delta y station 3",100,-0.04,0.04);
369   new TH1F("h124","delta y station 4",100,-0.04,0.04);
370   new TH1F("h125","delta y station 5",100,-0.04,0.04);
371
372   /*  char hname[30];
373       char hname1[30];
374       for (int i=0;i<10;i++) {
375       sprintf(hname,"deltax%d",i);
376       sprintf(hname1,"h12%d",i);
377       new TH1F(hname1,hname ,100,-0.4,0.4);
378       sprintf(hname,"deltay%d",i);
379       sprintf(hname1,"h13%d",i);
380       new TH1F(hname1,hname ,100,-0.4,0.4);
381       }
382   */
383   new TH2F("h2000","VAR X st. 5",30,3.0,183.0,100,0.,25.);
384   new TH2F("h2001","VAR Y st. 5",30,3.0,183.0,100,0.,25.);
385
386   new TH2F("h2500","P vs X HHIT",30,3.0,183.0,200,0.,200.);
387   new TH2F("h2501","P vs X HHIT**2",30,3.0,183.0,200,0.,5000.);
388   new TH2F("h2502","P vs X EPH2 st. 5",30,3.0,183.0,100,0.,0.000005);
389   new TH2F("h2503","P vs X EAL2 st. 5",30,3.0,183.0,100,0.,0.01);
390   //new TH2F("h2504","P vs X EXM2 st. 5",30,3.0,183.0,100,0.,1.5);
391   new TH2F("h2504","P vs X EXM2 st. 5",30,3.0,183.0,100,0.,0.1);
392   new TH2F("h2505","P vs X EYM2 st. 5",30,3.0,183.0,100,0.,30.);
393
394   new TH2F("h2507","P vs X EPH st. 5",30,3.0,183.0,100,0.,0.003);
395   new TH2F("h2508","P vs X EAL st. 5",30,3.0,183.0,100,0.,0.3);
396   //new TH2F("h2509","P vs X EXM st. 5",30,3.0,183.0,100,0.,1.5);
397   new TH2F("h2509","P vs X EXM st. 5",30,3.0,183.0,100,0.,0.4);
398   new TH2F("h2510","P vs X EYM st. 5",30,3.0,183.0,100,0.,30.);
399
400   new TH2F("h2511","P vs X EPH cut st. 5",30,3.0,183.0,100,0.,0.01);
401   new TH2F("h2512","P vs X EAL cut st. 5",30,3.0,183.0,100,0.,0.3);
402   //new TH2F("h2513","P vs X EXM cut st. 5",30,3.0,183.0,100,0.,1.5);
403   new TH2F("h2513","P vs X EXM cut st. 5",30,3.0,183.0,100,0.,0.4);
404   new TH2F("h2514","P vs X EYM cut st. 5",30,3.0,183.0,100,0.,30.);
405   // 4
406   new TH2F("h2400","P vs X HHIT",30,3.0,183.0,200,0.,200.);
407   new TH2F("h2401","P vs X HHIT**2",30,3.0,183.0,200,0.,5000.);
408   new TH2F("h2402","P vs X EPH2 st. 4",30,3.0,183.0,100,0.,0.000005);
409   new TH2F("h2403","P vs X EAL2 st. 4",30,3.0,183.0,100,0.,0.05);
410   //new TH2F("h2404","P vs X EXM2 st. 4",30,3.0,183.0,100,0.,1.5);
411   new TH2F("h2404","P vs X EXM2 st. 4",30,3.0,183.0,100,0.,0.1);
412   new TH2F("h2405","P vs X EYM2 st. 4",30,3.0,183.0,100,0.,30.);
413
414   new TH2F("h2407","P vs X EPH st. 4",30,3.0,183.0,100,0.,0.003);
415   new TH2F("h2408","P vs X EAL st. 4",30,3.0,183.0,100,0.,0.3);
416   //new TH2F("h2409","P vs X EXM st. 4",30,3.0,183.0,100,0.,1.5);
417   new TH2F("h2409","P vs X EXM st. 4",30,3.0,183.0,100,0.,0.1);
418   new TH2F("h2410","P vs X EYM st. 4",30,3.0,183.0,100,0.,30.);
419
420   new TH2F("h2411","P vs X EPH cut st. 4",30,3.0,183.0,100,0.,0.01);
421   new TH2F("h2412","P vs X EAL cut st. 4",30,3.0,183.0,100,0.,0.3);
422   //new TH2F("h2413","P vs X EXM cut st. 4",30,3.0,183.0,100,0.,1.5);
423   new TH2F("h2413","P vs X EXM cut st. 4",30,3.0,183.0,100,0.,0.1);
424   new TH2F("h2414","P vs X EYM cut st. 4",30,3.0,183.0,100,0.,30.);
425   // 3
426   new TH1F("h2301","P2",30,3.0,183.0);
427   new TH2F("h2302","P2 vs X EPH2 st. 3",30,3.0,183.0,100,0.,0.0006);
428   new TH2F("h2303","P2 vs X EAL2 st. 3",30,3.0,183.0,100,0.,0.0005);
429   //new TH2F("h2304","P2 vs X EXM2 st. 3",30,3.0,183.0,100,0.,1.5);
430   new TH2F("h2304","P2 vs X EXM2 st. 3",30,3.0,183.0,100,0.,2.);
431   new TH2F("h2305","P2 vs X EYM2 st. 3",30,3.0,183.0,100,0.,3.);
432
433   new TH2F("h2307","P vs X EPH2 st. 3",30,3.0,183.0,100,0.,0.0006);
434   new TH2F("h2308","P vs X EAL2 st. 3",30,3.0,183.0,100,0.,0.005);
435   //new TH2F("h2309","P vs X EXM2 st. 3",30,3.0,183.0,100,0.,1.5);
436   new TH2F("h2309","P vs X EXM2 st. 3",30,3.0,183.0,100,0.,2.);
437   new TH2F("h2310","P vs X EYM2 st. 3",30,3.0,183.0,100,0.,3.);
438
439   new TH2F("h2311","P vs X EPH cut st. 3",30,3.0,183.0,100,0.,0.06);
440   new TH2F("h2312","P vs X EAL cut st. 3",30,3.0,183.0,100,0.,0.05);
441   //new TH2F("h2313","P vs X EXM cut st. 3",30,3.0,183.0,100,0.,1.5);
442   new TH2F("h2313","P vs X EXM cut st. 3",30,3.0,183.0,100,0.,6.);
443   new TH2F("h2314","P vs X EYM cut st. 3",30,3.0,183.0,100,0.,7.);
444
445   new TH2F("h2315","P2 vs X EPH cut st. 3",30,3.0,183.0,100,0.,0.06);
446   new TH2F("h2316","P2 vs X EAL cut st. 3",30,3.0,183.0,100,0.,0.05);
447   //new TH2F("h2317","P2 vs X EXM cut st. 3",30,3.0,183.0,100,0.,1.5);
448   new TH2F("h2317","P2 vs X EXM cut st. 3",30,3.0,183.0,100,0.,6.);
449   new TH2F("h2318","P2 vs X EYM cut st. 3",30,3.0,183.0,100,0.,7.);
450   
451   // 2
452   new TH1F("h2201","P2",30,3.0,183.0);
453   new TH2F("h2202","P2 vs X EPH2 st. 2",30,3.0,183.0,100,0.,0.0006);
454   new TH2F("h2203","P2 vs X EAL2 st. 2",30,3.0,183.0,100,0.,0.005);
455   //new TH2F("h2204","P2 vs X EXM2 st. 2",30,3.0,183.0,100,0.,1.5);
456   new TH2F("h2204","P2 vs X EXM2 st. 2",30,3.0,183.0,100,0.,7.);
457   new TH2F("h2205","P2 vs X EYM2 st. 2",30,3.0,183.0,100,0.,5.);
458
459   new TH2F("h2207","P vs X EPH2 st. 2",30,3.0,183.0,100,0.,0.0006);
460   new TH2F("h2208","P vs X EAL2 st. 2",30,3.0,183.0,100,0.,0.005);
461   //new TH2F("h2209","P vs X EXM2 st. 2",30,3.0,183.0,100,0.,1.5);
462   new TH2F("h2209","P vs X EXM2 st. 2",30,3.0,183.0,100,0.,7.);
463   new TH2F("h2210","P vs X EYM2 st. 2",30,3.0,183.0,100,0.,5.);
464
465   new TH2F("h2211","P vs X EPH cut st. 2",30,3.0,183.0,100,0.,0.05);
466   new TH2F("h2212","P vs X EAL cut st. 2",30,3.0,183.0,100,0.,0.2);
467   //new TH2F("h2213","P vs X EXM cut st. 2",30,3.0,183.0,100,0.,1.5);
468   new TH2F("h2213","P vs X EXM cut st. 2",30,3.0,183.0,100,0.,11.);
469   new TH2F("h2214","P vs X EYM cut st. 2",30,3.0,183.0,100,0.,10.);
470
471   new TH2F("h2215","P2 vs X EPH cut st. 2",30,3.0,183.0,100,0.,0.05);
472   new TH2F("h2216","P2 vs X EAL cut st. 2",30,3.0,183.0,100,0.,0.2);
473   //new TH2F("h2217","P2 vs X EXM cut st. 2",30,3.0,183.0,100,0.,1.5);
474   new TH2F("h2217","P2 vs X EXM cut st. 2",30,3.0,183.0,100,0.,11.);
475   new TH2F("h2218","P2 vs X EYM cut st. 2",30,3.0,183.0,100,0.,10.);
476
477   // 1
478   new TH2F("h2102","P2 vs X EPH2 st. 2",30,3.0,183.0,100,0.,0.0006);
479   new TH2F("h2103","P2 vs X EAL2 st. 2",30,3.0,183.0,100,0.,0.005);
480   //new TH2F("h2104","P2 vs X EXM2 st. 2",30,3.0,183.0,100,0.,1.5);
481   new TH2F("h2104","P2 vs X EXM2 st. 2",30,3.0,183.0,100,0.,7.);
482   new TH2F("h2105","P2 vs X EYM2 st. 2",30,3.0,183.0,100,0.,7.);
483
484   new TH2F("h2107","P vs X EPH2 st. 2",30,3.0,183.0,100,0.,0.0006);
485   new TH2F("h2108","P vs X EAL2 st. 2",30,3.0,183.0,100,0.,0.005);
486   //new TH2F("h2109","P vs X EXM2 st. 2",30,3.0,183.0,100,0.,1.5);
487   new TH2F("h2109","P vs X EXM2 st. 2",30,3.0,183.0,100,0.,7.);
488   new TH2F("h2110","P vs X EYM2 st. 2",30,3.0,183.0,100,0.,7.);
489
490   new TH2F("h2111","P vs X EPH cut st. 2",30,3.0,183.0,100,0.,0.1);
491   new TH2F("h2112","P vs X EAL cut st. 2",30,3.0,183.0,100,0.,0.2);
492   //new TH2F("h2113","P vs X EXM cut st. 2",30,3.0,183.0,100,0.,1.5);
493   new TH2F("h2113","P vs X EXM cut st. 2",30,3.0,183.0,100,0.,11.);
494   new TH2F("h2114","P vs X EYM cut st. 2",30,3.0,183.0,100,0.,11.);
495
496   new TH2F("h2115","P2 vs X EPH cut st. 2",30,3.0,183.0,100,0.,0.1);
497   new TH2F("h2116","P2 vs X EAL cut st. 2",30,3.0,183.0,100,0.,0.2);
498   //new TH2F("h2117","P2 vs X EXM cut st. 2",30,3.0,183.0,100,0.,1.5);
499   new TH2F("h2117","P2 vs X EXM cut st. 2",30,3.0,183.0,100,0.,11.);
500   new TH2F("h2118","P2 vs X EYM cut st. 2",30,3.0,183.0,100,0.,11.);
501
502   // 2,3,4,5
503   new TH1F("h2701","P2 fit 2",30,3.0,183.0);
504   new TH2F("h2702","P2 vs X EPH2 st. 1 fit 2",30,3.0,183.0,100,0.,0.0006);
505   new TH2F("h2703","P2 vs X EAL2 st. 1 fit 2",30,3.0,183.0,100,0.,0.005);
506   // new TH2F("h2704","P2 vs X EXM2 st. 1 fit 2",30,3.0,183.0,100,0.,1.5);
507   new TH2F("h2704","P2 vs X EXM2 st. 1 fit 2",30,3.0,183.0,100,0.,2.);
508   new TH2F("h2705","P2 vs X EYM2 st. 1 fit 2",30,3.0,183.0,100,0.,3.);
509
510   new TH2F("h2707","P vs X EPH2 st. 1 fit 2",30,3.0,183.0,100,0.,0.0006);
511   new TH2F("h2708","P vs X EAL2 st. 1 fit 2",30,3.0,183.0,100,0.,0.005);
512   //new TH2F("h2709","P vs X EXM2 st. 1 fit 2",30,3.0,183.0,100,0.,1.5);
513   new TH2F("h2709","P vs X EXM2 st. 1 fit 2",30,3.0,183.0,100,0.,2.);
514   new TH2F("h2710","P vs X EYM2 st. 1 fit 2",30,3.0,183.0,100,0.,3.);
515
516   new TH2F("h2711","P vs X EPH cut st. 1 fit 2",30,3.0,183.0,100,0.,0.07);
517   new TH2F("h2712","P vs X EAL cut st. 1 fit 2",30,3.0,183.0,100,0.,0.2);
518   //new TH2F("h2713","P vs X EXM cut st. 1 fit 2",30,3.0,183.0,100,0.,1.5);
519   new TH2F("h2713","P vs X EXM cut st. 1 fit 2",30,3.0,183.0,100,0.,6.);
520   new TH2F("h2714","P vs X EYM cut st. 1 fit 2",30,3.0,183.0,100,0.,7.);
521
522   new TH2F("h2715","P2 vs X EPH cut st. 1 fit 2",30,3.0,183.0,100,0.,0.07);
523   new TH2F("h2716","P2 vs X EAL cut st. 1 fit 2",30,3.0,183.0,100,0.,0.2);
524   //new TH2F("h2717","P2 vs X EXM cut st. 1 fit 2",30,3.0,183.0,100,0.,1.5);
525   new TH2F("h2717","P2 vs X EXM cut st. 1 fit 2",30,3.0,183.0,100,0.,6.);
526   new TH2F("h2718","P2 vs X EYM cut st. 1 fit 2",30,3.0,183.0,100,0.,7.);
527
528   // 1,3,4,5
529   new TH1F("h2801","P2 fit 1",30,3.0,183.0);
530   new TH2F("h2802","P2 vs X EPH2 st. 2 fit 1",30,3.0,183.0,100,0.,0.0006);
531   new TH2F("h2803","P2 vs X EAL2 st. 2 fit 1",30,3.0,183.0,100,0.,0.005);
532   //new TH2F("h2804","P2 vs X EXM2 st. 2 fit 1",30,3.0,183.0,100,0.,1.5);
533   new TH2F("h2804","P2 vs X EXM2 st. 2 fit 1",30,3.0,183.0,100,0.,2.);
534   new TH2F("h2805","P2 vs X EYM2 st. 2 fit 1",30,3.0,183.0,100,0.,3.);
535
536   new TH2F("h2807","P vs X EPH2 st. 2 fit 1",30,3.0,183.0,100,0.,0.0006);
537   new TH2F("h2808","P vs X EAL2 st. 2 fit 1",30,3.0,183.0,100,0.,0.005);
538   //new TH2F("h2809","P vs X EXM2 st. 2 fit 1",30,3.0,183.0,100,0.,1.5);
539   new TH2F("h2809","P vs X EXM2 st. 2 fit 1",30,3.0,183.0,100,0.,2.);
540   new TH2F("h2810","P vs X EYM2 st. 2 fit 1",30,3.0,183.0,100,0.,3.);
541
542   new TH2F("h2811","P vs X EPH cut st. 2 fit 1",30,3.0,183.0,100,0.,0.05);
543   new TH2F("h2812","P vs X EAL cut st. 2 fit 1",30,3.0,183.0,100,0.,0.2);
544   //new TH2F("h2813","P vs X EXM cut st. 2 fit 1",30,3.0,183.0,100,0.,1.5);
545   new TH2F("h2813","P vs X EXM cut st. 2 fit 1",30,3.0,183.0,100,0.,5.);
546   new TH2F("h2814","P vs X EYM cut st. 2 fit 1",30,3.0,183.0,100,0.,7.);
547
548   new TH2F("h2815","P2 vs X EPH cut st. 2 fit 1",30,3.0,183.0,100,0.,0.05);
549   new TH2F("h2816","P2 vs X EAL cut st. 2 fit 1",30,3.0,183.0,100,0.,0.2);
550   //new TH2F("h2817","P2 vs X EXM cut st. 2 fit 1",30,3.0,183.0,100,0.,1.5);
551   new TH2F("h2817","P2 vs X EXM cut st. 2 fit 1",30,3.0,183.0,100,0.,5.);
552   new TH2F("h2818","P2 vs X EYM cut st. 2 fit 1",30,3.0,183.0,100,0.,7.);
553
554
555   new TH2F("h1111","dx vs x station 1",30,-250.,250.,30,-0.5,0.5);
556   new TH2F("h1112","dx vs x station 2",30,-250.,250.,30,-0.5,0.5);
557   new TH2F("h1113","dx vs x station 3",30,-250.,250.,30,-0.5,0.5);
558   new TH2F("h1114","dx vs x station 4",30,-250.,250.,30,-0.5,0.5);
559   new TH2F("h1115","dx vs x station 5",30,-250.,250.,30,-0.5,0.5);
560   new TH2F("h1121","dy vs y station 1",30,-250.,250.,30,-0.04,0.04);
561   new TH2F("h1122","dy vs y station 2",30,-250.,250.,30,-0.04,0.04);
562   new TH2F("h1123","dy vs y station 3",30,-250.,250.,30,-0.04,0.04);
563   new TH2F("h1124","dy vs y station 4",30,-250.,250.,30,-0.04,0.04);
564   new TH2F("h1125","dy vs y station 5",30,-250.,250.,30,-0.04,0.04);
565
566   // fin de test
567
568   new TH1F("h500","Acceptance en H st. 4",500,0.,500.);
569   new TH1F("h600","Acceptance en H st. 5",500,0.,500.);
570   new TH1F("h700","X vertex track found",200,-10.,10.);
571   new TH1F("h701","Y vertex track found",200,-10.,10.);
572   new TH1F("h800","Rap. muon gen.",100,0.,5.);
573   new TH1F("h801","Rap. muon gen. recons.",100,0.,5.);
574   new TH1F("h802","Rap. muon gen. ghost ",100,0.,5.);
575   new TH1F("h900","Pt muon gen.",100,0.,20.);
576   new TH1F("h901","Pt muon gen. recons.",100,0.,20.);
577   new TH1F("h902","Pt muon gen. ghost",100,0.,20.);
578   new TH1F("h910","phi muon gen.",100,-10.,10.);
579   new TH1F("h911","phi muon gen. recons.",100,-10.,10.);
580   new TH1F("h912","phi muon gen. ghost",100,-10.,10.);
581   new TH2F("h1001","Y VS X hit st. 1",300,-300.,300.,300,-300.,300.);
582   new TH2F("h1002","Y VS X hit st. 2",300,-300.,300.,300,-300.,300.);
583   new TH2F("h1003","Y VS X hit st. 3",300,-300.,300.,300,-300.,300.);
584   new TH2F("h1004","Y VS X hit st. 4",300,-300.,300.,300,-300.,300.);
585   new TH2F("h1005","Y VS X hit st. 5",300,-300.,300.,300,-300.,300.);
586   //  Histos variance dans 4      
587   new TH2F("h11","VAR X st. 4",30,3.0,183.0,100,0.,2.);
588   new TH2F("h12","VAR Y st. 4",30,3.0,183.0,100,0.,600.);
589   new TH2F("h13","VAR PHI st. 4",30,3.0,183.0,100,0.,0.0001);
590   new TH2F("h14","VAR ALM st. 4",30,3.0,183.0,100,0.,0.05);
591   new TH1F("h15","P",30,3.0,183.0);
592   new TH1F("h411","VAR X st. 4",100,-1.42,1.42);
593   new TH1F("h412","VAR Y st. 4",100,-25.,25.);
594   new TH1F("h413","VAR PHI st. 4",100,-0.01,0.01);
595   new TH1F("h414","VAR ALM st. 4",100,-0.23,0.23);
596   // histo2
597   new TH2F("h211","histo2-VAR X st. 4",30,3.0,183.0,100,0.,2.);
598   new TH2F("h212","histo2-VAR Y st. 4",30,3.0,183.0,100,0.,600.);
599   new TH1F("h213","histo2-VAR X st. 4",100,-1.42,1.42);
600   new TH1F("h214","histo2-VAR Y st. 4",100,-25.,25.);
601   new TH1F("h215","histo2-P",30,3.0,183.0);
602
603   //  Histos variance dans 2      
604   new TH2F("h21","VAR X st. 2",30,3.0,183.0,100,0.,3.);
605   new TH2F("h22","VAR Y st. 2",30,3.0,183.0,100,0.,7.);
606   new TH2F("h23","VAR PHI st. 2",30,3.0,183.0,100,0.,0.006);
607   new TH2F("h24","VAR ALM st. 2",30,3.0,183.0,100,0.,0.005);
608   new TH1F("h25","P",30,3.0,183.0);
609   new TH1F("h421","VAR X st. 2",100,-1.72,1.72);
610   new TH1F("h422","VAR Y st. 2",100,-2.7,2.7);
611   new TH1F("h423","VAR PHI st. 2",100,-0.08,0.08);
612   new TH1F("h424","VAR ALM st. 2",100,-0.072,0.072);
613   // histo2
614   new TH2F("h221","histo2-VAR X st. 2",30,3.0,183.0,100,0.,3.);
615   new TH2F("h222","histo2-VAR Y st. 2",30,3.0,183.0,100,0.,7.);
616   new TH1F("h223","histo2-VAR X st. 2",100,-1.72,1.72);
617   new TH1F("h224","histo2-VAR Y st. 2",100,-2.7,2.7);
618   new TH1F("h225","histo2-P",30,3.0,183.0);
619
620   //  Histos variance dans 1      
621   new TH2F("h31","VAR X st. 1",30,3.0,183.0,100,0.,2.);
622   new TH2F("h32","VAR Y st. 1",30,3.0,183.0,100,0.,0.5);
623   new TH2F("h33","VAR PHI st. 1",30,3.0,183.0,100,0.,0.006);
624   new TH2F("h34","VAR ALM st. 1",30,3.0,183.0,100,0.,0.005);
625   new TH1F("h35","P",30,3.0,183.0);
626   new TH1F("h431","VAR X st. 1",100,-1.42,1.42);
627   new TH1F("h432","VAR Y st. 1",100,-0.72,0.72);
628   new TH1F("h433","VAR PHI st. 1",100,-0.08,0.08);
629   new TH1F("h434","VAR ALM st. 1",100,-0.072,0.072);
630   //  Histos variance dans 1      
631   new TH2F("h41","VAR X st. 1 fit 5,4,3,2,V",30,3.0,183.0,100,0.,4.);
632   new TH2F("h42","VAR Y st. 1 fit 5,4,3,2,V",30,3.0,183.0,100,0.,20.);
633   new TH2F("h43","VAR PHI st. 1 fit 5,4,3,2,V",30,3.0,183.0,100,0.,0.005);
634   new TH2F("h44","VAR ALM st. 1 fit 5,4,3,2,V",30,3.0,183.0,100,0.,0.005);
635   new TH1F("h45","P",30,3.0,183.0);
636   new TH1F("h441","VAR X st. 1 fit 5,4,3,2,V",100,-2.,2.);
637   new TH1F("h442","VAR Y st. 1 fit 5,4,3,2,V",100,-4.5,4.5);
638   new TH1F("h443","VAR PHI st. 1 fit 5,4,3,2,V",100,-0.072,0.072);
639   new TH1F("h444","VAR ALM st. 1 fit 5,4,3,2,V",100,-0.072,0.072);
640   // histo2
641   new TH2F("h241","histo2-VAR X st. 1 fit 5,4,3,2,V",30,3.0,183.0,100,0.,4.);
642   new TH2F("h242","histo2-VAR Y st. 1 fit 5,4,3,2,V",30,3.0,183.0,100,0.,20.);
643   new TH1F("h243","histo2-VAR X st. 1 fit 5,4,3,2,V",100,-2.,2.);
644   new TH1F("h244","histo2-VAR Y st. 1 fit 5,4,3,2,V",100,-4.5,4.5);
645   new TH1F("h245","histo2-P",30,3.0,183.0);
646
647   //  Histos variance dans 2      
648   new TH2F("h51","VAR X st. 2 fit 5,4,3,1,V",30,3.0,183.0,100,0.,0.5);
649   new TH2F("h52","VAR Y st. 2 fit 5,4,3,1,V",30,3.0,183.0,100,0.,2.);
650   new TH2F("h53","VAR PHI st. 2 fit 5,4,3,1,V",30,3.0,183.0,100,0.,0.005);
651   new TH2F("h54","VAR ALM st. 2 fit 5,4,3,1,V",30,3.0,183.0,100,0.,0.01);
652   new TH1F("h55","P",30,3.0,183.0);
653   new TH1F("h451","VAR X st. 2 fit 5,4,3,1,V",100,-0.72,0.72);
654   new TH1F("h452","VAR Y st. 2 fit 5,4,3,1,V",100,-1.42,1.42);
655   new TH1F("h453","VAR PHI st. 2 fit 5,4,3,1,V",100,-0.072,0.072);
656   new TH1F("h454","VAR ALM st. 2 fit 5,4,3,1,V",100,-0.1,0.1);
657   new TH1F("h999","PTOT",30,3.0,183.0);
658   // histo2
659   new TH2F("h251","histo2-VAR X st. 2 fit 5,4,3,1,V",30,3.0,183.0,100,0.,0.5);
660   new TH2F("h252","histo2-VAR Y st. 2 fit 5,4,3,1,V",30,3.0,183.0,100,0.,2.);
661   new TH1F("h253","histo2-VAR X st. 2 fit 5,4,3,1,V",100,-0.72,0.72);
662   new TH1F("h254","histo2-VAR Y st. 2 fit 5,4,3,1,V",100,-1.42,1.42);
663   new TH1F("h255","histo2-P",30,3.0,183.0);
664   //  Histos variance dans 3      
665   new TH2F("h61","VAR X st. 3 fit 4,5,V",30,3.0,183.0,100,0.,5.);
666   new TH2F("h62","VAR Y st. 3 fit 4,5,V",30,3.0,183.0,100,0.,2.);
667   new TH2F("h63","VAR PHI st. 3 fit 4,5,V",30,3.0,183.0,100,0.,0.0006);
668   new TH2F("h64","VAR ALM st. 3 fit 4,5,V",30,3.0,183.0,100,0.,0.0006);
669   new TH1F("h65","P",30,3.0,183.0);
670   new TH1F("h461","VAR X st. 3 fit 4,5,V",100,-2.25,2.25);
671   new TH1F("h462","VAR Y st. 3 fit 4,5,V",100,-1.42,1.42);
672   new TH1F("h463","VAR PHI st. 3 fit 4,5,V",100,-0.024,0.024);
673   new TH1F("h464","VAR ALM st. 3 fit 4,5,V",100,-0.024,0.024);
674   // histo2
675   new TH2F("h261","histo2-VAR X st. 3 fit 4,5,V",30,3.0,183.0,100,0.,5.);
676   new TH2F("h262","histo2-VAR Y st. 3 fit 4,5,V",30,3.0,183.0,100,0.,2.);
677   new TH1F("h263","histo2-VAR X st. 3 fit 4,5,V",100,-2.25,2.25);
678   new TH1F("h264","histo2-VAR Y st. 3 fit 4,5,V",100,-1.42,1.42);
679   new TH1F("h265","Phisto2-",30,3.0,183.0);
680   // Histos dx,dy distribution between chambers inside stations
681   new TH1F("h71","DX in st. ID-70",100,-5.,5.);
682   new TH1F("h81","DY in st. ID-80",100,-5.,5.);
683   new TH1F("h72","DX in st. ID-70",100,-5.,5.);
684   new TH1F("h82","DY in st. ID-80",100,-5.,5.);
685   new TH1F("h73","DX in st. ID-70",100,-5.,5.);
686   new TH1F("h83","DY in st. ID-80",100,-5.,5.);
687   new TH1F("h74","DX in st. ID-70",100,-5.,5.);
688   new TH1F("h84","DY in st. ID-80",100,-5.,5.);
689   new TH1F("h75","DX in st. ID-70",100,-5.,5.);
690   new TH1F("h85","DY in st. ID-80",100,-5.,5.);
691 }
692
693 //_____________________________________________________________________________
694 void chfnt(Int_t &ievr, Int_t &ntrackr, Int_t *istatr, Int_t *isignr, Float_t *pxr, Float_t *pyr, Float_t *pzr, Float_t *zvr, Float_t *chi2r,  Float_t *pxv, Float_t *pyv, Float_t *pzv)
695 {
696   //
697   // fill the ntuple 
698     NtupleSt.ievr = ievr;
699     NtupleSt.ntrackr = ntrackr;
700     for (Int_t i=0; i<500; i++) {
701         NtupleSt.istatr[i] = istatr[i];
702         NtupleSt.isignr[i] = isignr[i]; 
703         NtupleSt.pxr[i]    = pxr[i]; 
704         NtupleSt.pyr[i]    = pyr[i];
705         NtupleSt.pzr[i]    = pzr[i];
706         NtupleSt.zvr[i]    = zvr[i];
707         NtupleSt.chi2r[i]  = chi2r[i];
708         NtupleSt.pxv[i]    = pxv[i]; 
709         NtupleSt.pyv[i]    = pyv[i];
710         NtupleSt.pzv[i]    = pzv[i];
711     }
712     gAliNtupleGlobal->Fill();   
713 }
714
715 //________________
716 void hist_closed()
717 {
718   //
719   // write histos and ntuple to "reconst.root" file
720   gAliFileGlobal->Write();
721 }
722
723 //________________________________________________________________________
724 void trackf_read_fit(Int_t &ievr, Int_t &nev, Int_t &nhittot1, Int_t *izch, Double_t *xgeant, Double_t *ygeant) 
725 {
726
727   // introduce aliroot variables in fortran common 
728   // tracking study from geant hits 
729   //
730
731   AliMUON *pMUON  = (AliMUON*) gAlice->GetModule("MUON");
732   TTree *treeH = gAlice->TreeH();
733   Int_t ntracks = (Int_t)treeH->GetEntries();
734   cout<<"ntrack="<<ntracks<<endl;
735
736   nhittot1 = 0;
737
738 //  Loop over tracks
739   for (Int_t track=0; track<ntracks;track++) {
740       gAlice->ResetHits();
741       treeH->GetEvent(track);
742       
743       if (pMUON)  {
744
745 //  Loop over hits
746           for(AliMUONHit* mHit=(AliMUONHit*)pMUON->FirstHit(-1); 
747               mHit;
748               mHit=(AliMUONHit*)pMUON->NextHit()) 
749           {
750               if (mHit->fChamber > 10) continue;
751               Int_t ftrack = mHit->Track();
752               Int_t id = gAlice->Particle(ftrack)->GetPdgCode();
753               
754               if (id==kMuonPlus||id==kMuonMinus) {
755                   xgeant[nhittot1]   = mHit->Y();
756                   ygeant[nhittot1]   = mHit->X();
757                   izch[nhittot1]     = mHit->fChamber;
758 //                printf("id %d ch %d x %f y %f\n",id,izch[nhittot1],xgeant[nhittot1],ygeant[nhittot1]);  
759                   nhittot1++;
760               }
761           } // hit loop
762       } // if pMUON
763   } // track loop
764
765   ievr=nev;
766   gAliFileGlobal->cd();    
767 }
768
769 //______________________________________________________________________________
770 void trackf_read_geant(Int_t *itypg, Double_t *xtrg, Double_t *ytrg, Double_t *ptotg, Int_t *idg, Int_t *izch, Double_t *pvert1g, Double_t *pvert2g, Double_t *pvert3g, Double_t *zvertg, Int_t &nhittot1, Double_t *cx, Double_t *cy, Double_t *cz, Int_t &ievr,Int_t &nev,Double_t *xgeant, Double_t *ygeant, Double_t *clsize1, Double_t *clsize2) 
771 {
772   //
773   // introduce aliroot variables in fortran common 
774   // tracking study from geant hits 
775   //
776
777   AliMUON *pMUON  = (AliMUON*) gAlice->GetModule("MUON");
778   
779   //  TTree *treeK = gAlice->TreeK();
780   TTree *treeH = gAlice->TreeH();
781   Int_t ntracks = (Int_t)treeH->GetEntries();
782   cout<<"ntrack="<<ntracks<<endl;
783
784   Int_t maxidg = 0;
785   Int_t nres=0;
786   
787 //
788 //  Loop over tracks
789 //
790
791   for (Int_t track=0; track<ntracks;track++) {
792       gAlice->ResetHits();
793       treeH->GetEvent(track);
794       
795       if (pMUON)  {
796 //
797 //  Loop over hits
798 //
799           for(AliMUONHit* mHit=(AliMUONHit*)pMUON->FirstHit(-1); 
800               mHit;
801               mHit=(AliMUONHit*)pMUON->NextHit()) 
802           {
803               if (maxidg<=20000) {
804                 
805                 if (mHit->fChamber > 10) continue;
806                 TParticle *particle;
807                 Int_t ftrack = mHit->Track();
808                 Int_t id = gAlice->Particle(ftrack)->GetPdgCode();
809
810 //              if (id==kMuonPlus||id==kMuonMinus) {
811                     
812                     // inversion de x et y car le champ est inverse dans le programme tracking
813                     xtrg[maxidg]   = 0;       
814                     ytrg[maxidg]   = 0;       
815                     xgeant[maxidg]   = mHit->Y();             // x-pos of hit
816                     ygeant[maxidg]   = mHit->X();             // y-pos of hit
817                     clsize1[maxidg]   = 0;     // cluster size on 1-st cathode
818                     clsize2[maxidg]   = 0;     // cluster size on 2-nd cathode
819                     cx[maxidg]     = mHit->fCyHit;            // Px/P of hit
820                     cy[maxidg]     = mHit->fCxHit;            // Py/P of hit
821                     cz[maxidg]     = mHit->fCzHit;            // Pz/P of hit
822                     izch[maxidg]   = mHit->fChamber; 
823                     /*      
824                     Int_t pdgtype  = Int_t(mHit->fParticle); // particle number
825                     itypg[maxidg]  = gMC->IdFromPDG(pdgtype);
826
827                     */
828                     itypg[maxidg] = 0;
829                     if (id==kMuonPlus) itypg[maxidg]  = 5;
830                     if (id==kMuonMinus) itypg[maxidg]  = 6;
831
832                     //printf("ich, itypg[maxidg] %d %d\n",izch[maxidg],itypg[maxidg]);
833
834                     ptotg[maxidg]  = mHit->fPTot;          // P of hit 
835                     
836                     particle = gAlice->Particle(ftrack);
837                     Float_t thet = particle->Theta();
838                     thet = thet*180./3.1416;
839                     
840                     //cout<<"chambre "<<izch[maxidg]<<"  ptot="<<ptotg[maxidg]<<"   theta="<<thet<<"   phi="<<mHit->fPhi<<" z="<<zz<<endl;          
841                     
842                     Int_t iparent = particle->GetFirstMother();
843                     if (iparent >= 0) {
844                         Int_t ip;
845                         while(1) {
846                             ip=gAlice->Particle(iparent)->GetFirstMother();
847                             if (ip < 0) {
848                                 break;
849                             } else {
850                                 iparent = ip;
851                             }
852                         }
853                     }
854                     //printf("iparent - %d\n",iparent);
855                     Int_t id1  = ftrack; // numero de la particule generee au vertex
856                     Int_t idum = track+1;
857                     Int_t id2 = gAlice->Particle(iparent)->GetPdgCode();
858
859                     if (id2==443) id2=114;
860                     else id2=116;
861                    
862                     if (id2==116) {
863                       nres++;
864                     }
865                     //printf("id2 %d\n",id2);
866                     idg[maxidg] = 30000*id1+10000*idum+id2;
867                     
868                     pvert1g[maxidg] = particle->Py();      // Px vertex
869                     pvert2g[maxidg] = particle->Px();      // Py vertex  
870                     pvert3g[maxidg] = particle->Pz();      // Pz vertex
871                     zvertg[maxidg]  = particle->Vz();      // z vertex 
872             
873                     //      cout<<"x="<<xgeant[maxidg]<<endl;
874                     //cout<<"y="<<ygeant[maxidg]<<endl;
875                     //cout<<"typ="<<itypg[maxidg]<<endl;
876
877                     maxidg ++;
878
879                 }
880               }
881           } // hit loop
882 //      } // if pMUON
883   } // track loop first file
884
885   if (gAliTrH1 && gAliHits2 ) { // if background file
886     ntracks =(Int_t)gAliTrH1->GetEntries();
887     printf("Trackf_read - 2-nd file - ntracks %d\n",ntracks);
888
889     //  Loop over tracks
890     for (Int_t track=0; track<ntracks; track++) {
891       
892       if (gAliHits2) gAliHits2->Clear();
893       gAliTrH1->GetEvent(track);
894
895       //  Loop over hits
896       AliMUONHit *mHit;
897       for (int i=0;i<gAliHits2->GetEntriesFast();i++) 
898         {
899           mHit=(AliMUONHit*) (*gAliHits2)[i];
900           if (mHit->fChamber > 10) continue;
901           if (maxidg<=20000) {
902             
903             // inversion de x et y car le champ est inverse dans le programme tracking !!!!
904             xtrg[maxidg]   = 0;                    // only for reconstructed point
905             ytrg[maxidg]   = 0;                    // only for reconstructed point
906             xgeant[maxidg]   = mHit->Y();           // x-pos of hit
907             ygeant[maxidg]   = mHit->X();           // y-pos of hit
908             clsize1[maxidg]   = 0;           // cluster size on 1-st cathode
909             clsize2[maxidg]   = 0;           // cluster size on 2-nd cathode
910             cx[maxidg]     = mHit->fCyHit;         // Px/P of hit
911             cy[maxidg]     = mHit->fCxHit;         // Py/P of hit
912             cz[maxidg]     = mHit->fCzHit;         // Pz/P of hit
913             izch[maxidg]   = mHit->fChamber;       // chamber number
914             ptotg[maxidg]  = mHit->fPTot;          // P of hit 
915             
916             Int_t ftrack = mHit->Track();
917             Int_t id1  = ftrack;                   // track number 
918             Int_t idum = track+1;
919             
920             TClonesArray *fPartArray = gAliParticles2;
921 //          TParticle *Part=NULL;
922             Int_t id = ((TParticle*) fPartArray->UncheckedAt(ftrack))->GetPdgCode();
923             if (id==kMuonPlus||id==kMuonMinus) {
924                 if (id==kMuonPlus) itypg[maxidg]  = 5;
925                 else  itypg[maxidg]  = 6;
926             } else itypg[maxidg]=0;
927             
928             Int_t id2=0; // set parent to 0 for background !!
929             idg[maxidg] = 30000*id1+10000*idum+id2;
930             
931
932             pvert1g[maxidg] = 0;      // Px vertex
933             pvert2g[maxidg] = 0;      // Py vertex  
934             pvert3g[maxidg] = 0;      // Pz vertex
935             zvertg[maxidg]  = 0;      // z vertex 
936             maxidg ++;
937
938           } // check limits (maxidg)
939         } // hit loop 
940     } // track loop
941   } // if gAliTrH1
942
943   ievr = nev;
944   nhittot1 = maxidg ;
945   cout<<"nhittot1="<<nhittot1<<endl;
946
947   static Int_t nbres=0;
948   if (nres>=19) nbres++;
949   printf("nres, nbres %d %d \n",nres,nbres);
950
951   gAliFileGlobal->cd();      
952
953 }
954
955 //________________________________________________________________________
956 void trackf_read_spoint(Int_t *itypg, Double_t *xtrg, Double_t *ytrg, Double_t *ptotg, Int_t *idg, Int_t *izch, Double_t *pvert1g, Double_t *pvert2g, Double_t *pvert3g, Double_t *zvertg, Int_t &nhittot1, Double_t *cx, Double_t *cy, Double_t *cz, Int_t &ievr,Int_t &nev,Double_t *xgeant, Double_t *ygeant,Double_t *clsize1, Double_t *clsize2) 
957
958 {
959     //
960     // introduce aliroot variables in fortran common 
961     // tracking study from reconstructed points 
962     //
963     AliMUON *pMUON  = (AliMUON*) gAlice->GetModule("MUON");
964     
965     cout<<"numero de l'evenement "<<nev<<endl;
966     
967     TTree *treeR = gAlice->TreeR();
968     Int_t nent=(Int_t)treeR->GetEntries();
969     if (nev < 10) 
970         printf("Found %d entries in the tree (must be one per cathode per event! + 1empty)\n",
971                nent);
972 //
973     
974     Int_t mult1, mult2;
975     
976     if (pMUON) {
977         Int_t mpoi=0;
978         for (Int_t ich=0;ich<10;ich++) {
979             printf("chambre %d\n",ich+1);
980             TClonesArray *reconstPoints  = pMUON->RawClustAddress(ich);
981
982             pMUON->ResetRawClusters();
983             treeR->GetEvent(nent-1);
984             Int_t npoints = (Int_t) reconstPoints->GetEntries();
985             if (!npoints) continue;
986             printf("\n ch %d npoints = %d\n",ich+1,npoints);
987             //  Loop over reconstruted points
988             for (Int_t ipoi=0; ipoi<npoints; ipoi++) {
989                 printf("  point %d\n",ipoi);
990                 AliMUONRawCluster* point = 
991                     (AliMUONRawCluster*) reconstPoints->UncheckedAt(ipoi);
992                 
993                 mult1=point->fMultiplicity[0];
994                 mult2=point->fMultiplicity[1];        
995                 xtrg[mpoi]=(Double_t) point->fY[0];
996                 ytrg[mpoi]=(Double_t) point->fX[0];
997                 izch[mpoi]=ich+1;
998                 Int_t itrack  = point->fTracks[1];
999                 Int_t ihit    = point->fTracks[0];
1000                 xgeant[mpoi] = 0;
1001                 ygeant[mpoi] = 0;
1002                 clsize1[mpoi] = mult1;
1003                 clsize2[mpoi] = mult2;
1004                 Int_t id1, id2, idum;
1005                 id1=id2=idum=-1;
1006                 itypg[mpoi]=0;
1007                 ihit = ihit-1;
1008                 if (ihit >=0 && itrack >=0) {
1009                     gAlice->ResetHits();
1010                     gAlice->TreeH()->GetEvent(itrack);
1011                     TClonesArray *pMUONhits  = pMUON->Hits();
1012                     AliMUONHit* mHit;
1013                     mHit=(AliMUONHit*) (pMUONhits->UncheckedAt(ihit));
1014                     Int_t id = (Int_t) mHit->fParticle;
1015                     xgeant[mpoi] = mHit->Y();          
1016                     ygeant[mpoi] = mHit->X(); 
1017                     if (id == kMuonPlus)  itypg[mpoi]=5;
1018                     if (id == kMuonMinus) itypg[mpoi]=6;
1019                     TParticle *particle;
1020                     particle = gAlice->Particle(mHit->Track());
1021                     TParticle* particleM=gAlice->Particle(particle->GetFirstMother());
1022                     Int_t iparent=particleM->GetPdgCode();
1023                     printf("\n Particle Id:%d %d \n", id, iparent);
1024                     if (iparent == 443) id2=114;
1025                     if (iparent == 553) id2=116;
1026                 }
1027                 id1=itrack;
1028                 idum=itrack+1;
1029                 idg[mpoi] = 30000*id1+10000*idum+id2;
1030                 mpoi++;
1031             } // loop over points
1032         } // loop over chamber
1033         ievr = nev;
1034         cout<<"evenement "<<ievr<<endl;
1035         nhittot1 = mpoi;
1036         cout<<"nhittot1="<<nhittot1<<endl;
1037         
1038         treeR->Reset();
1039
1040         gAliFileGlobal->cd();
1041
1042     } // if pMUON
1043 }
1044
1045 //____________________________________________________________________________
1046 void trackf_fit(Int_t &ivertex, Double_t *pest, Double_t *pstep, Double_t &pxzinv, Double_t &tphi, Double_t &talam, Double_t &xvert, Double_t &yvert)
1047 {
1048   //
1049   //  Fit a track candidate with the following input parameters: 
1050   //  INPUT :  IVERTEX  : vertex flag, if IVERTEX=1 (XVERT,YVERT) are free paramaters
1051   //                                   if IVERTEX=1 (XVERT,YVERT)=(0.,0.) 
1052   //           PEST(5)  : starting value of parameters (minuit)
1053   //           PSTEP(5) : step size for parameters (minuit)
1054   //  OUTPUT : PXZINV,TPHI,TALAM,XVERT,YVERT : fitted value of the parameters
1055
1056   static Double_t arglist[10];
1057   static Double_t c[5] = {0.4, 0.45, 0.45, 90., 90.};
1058   static Double_t b1, b2, epxz, efi, exs, exvert, eyvert;
1059   TString chname;
1060   Int_t ierflg = 0;
1061   
1062   TMinuit *gMinuit = new TMinuit(5);
1063   gMinuit->mninit(5,10,7);
1064   gMinuit->SetFCN(fcnf);  // constant m.f.
1065
1066   arglist[0] = -1;
1067   
1068   gMinuit->mnexcm("SET PRINT", arglist, 1, ierflg);
1069   //      gMinuit->mnseti('track fitting');
1070   
1071   gMinuit->mnparm(0, "invmom",  pest[0], pstep[0], -c[0], c[0], ierflg);
1072   gMinuit->mnparm(1, "azimuth", pest[1], pstep[1], -c[1], c[1], ierflg);
1073   gMinuit->mnparm(2, "deep",    pest[2], pstep[2], -c[2], c[2], ierflg);
1074   if (ivertex==1) {
1075     gMinuit->mnparm(3, "x ", pest[3], pstep[3], -c[3], c[3], ierflg);
1076     gMinuit->mnparm(4, "y ", pest[4], pstep[4], -c[4], c[4], ierflg);  
1077   }   
1078   
1079   gMinuit->mnexcm("SET NOGR", arglist, 0, ierflg);
1080   gMinuit->mnexcm("MINIMIZE", arglist, 0, ierflg);
1081   gMinuit->mnexcm("EXIT" , arglist, 0, ierflg);
1082   
1083   gMinuit->mnpout(0, chname, pxzinv, epxz, b1, b2, ierflg);
1084   gMinuit->mnpout(1, chname, tphi, efi, b1, b2, ierflg);
1085   gMinuit->mnpout(2, chname, talam, exs, b1, b2, ierflg);
1086   if (ivertex==1) {
1087     gMinuit->mnpout(3, chname, xvert, exvert, b1, b2, ierflg);
1088     gMinuit->mnpout(4, chname, yvert, eyvert, b1, b2, ierflg);
1089   }   
1090   
1091   delete gMinuit;
1092 }
1093            
1094 //________________________________________________________________________________
1095 void fcnf(Int_t &npar, Double_t *grad, Double_t &fval, Double_t *pest, Int_t iflag)
1096 {
1097   //
1098   // function called by trackf_fit
1099       Int_t futil = 0;
1100       fcn(npar,grad,fval,pest,iflag,futil);
1101 }
1102
1103 //____________________________________________________________________________
1104 void prec_fit(Double_t &pxzinv, Double_t &fis, Double_t &alams, Double_t &xvert, Double_t &yvert, Double_t &pxzinvf, Double_t &fif, Double_t &alf, Double_t &xvertf, Double_t &yvertf, Double_t &epxzinv, Double_t &efi, Double_t &exs, Double_t &exvert, Double_t &eyvert)
1105 {
1106   // 
1107   // minuit fits for tracking finding 
1108                                                                             
1109       static Double_t arglist[10];
1110       static Double_t c1[5] = {0.001, 0.001, 0.001, 1., 1.};
1111       static Double_t c2[5] = {0.5, 0.5, 0.5, 120., 120.};
1112       static Double_t emat[9];
1113       static Double_t b1, b2;
1114       Double_t fmin, fedm, errdef; 
1115       Int_t npari, nparx, istat;
1116
1117       TString chname;
1118       Int_t ierflg = 0;
1119       
1120       TMinuit *gMinuit = new TMinuit(5);
1121       gMinuit->mninit(5,10,7);
1122       gMinuit->SetFCN(fcnfitf);
1123
1124       arglist[0] = -1.;
1125       gMinuit->mnexcm("SET PRINT", arglist, 1, ierflg);
1126       
1127       //      gMinuit->mnseti('track fitting');
1128
1129       gMinuit->mnparm(0,"invmom",   pxzinv, c1[0], -c2[0], c2[0], ierflg); // 0.003, 0.5
1130       gMinuit->mnparm(1,"azimuth ", fis,    c1[1], -c2[1], c2[1], ierflg);
1131       gMinuit->mnparm(2,"deep    ", alams,  c1[2], -c2[2], c2[2], ierflg);
1132       gMinuit->mnparm(3,"xvert",    xvert,  c1[3], -c2[3], c2[3], ierflg);
1133       gMinuit->mnparm(4,"yvert",    yvert,  c1[4], -c2[4], c2[4], ierflg);
1134
1135       gMinuit->mnexcm("SET NOGR", arglist, 0, ierflg);
1136       arglist[0] = 2.;
1137       gMinuit->mnexcm("MINIMIZE", arglist, 0, ierflg);
1138       gMinuit->mnexcm("EXIT", arglist, 0, ierflg);
1139  
1140       gMinuit->mnpout(0, chname, pxzinvf, epxzinv, b1, b2, ierflg);
1141       gMinuit->mnpout(1, chname, fif, efi, b1, b2, ierflg);
1142       gMinuit->mnpout(2, chname, alf, exs, b1, b2, ierflg);
1143       gMinuit->mnpout(3, chname, xvertf, exvert, b1, b2, ierflg);
1144       gMinuit->mnpout(4, chname, yvertf, eyvert, b1, b2, ierflg);
1145   
1146       gMinuit->mnemat(emat, 3);
1147       gMinuit->mnstat(fmin, fedm, errdef, npari, nparx, istat);
1148
1149      delete gMinuit;
1150 }
1151
1152 //____________________________________________________________________
1153 void fcnfitf(Int_t &npar, Double_t *grad, Double_t &fval, Double_t *xval, Int_t iflag)
1154 {
1155   //
1156   // function called by prec_fit 
1157       Int_t futil = 0;
1158       fcnfit(npar,grad,fval,xval,iflag,futil);
1159 }