]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PMD/AliPMDQADataMakerRec.cxx
Major update of the CMake compilation:
[u/mrichter/AliRoot.git] / PMD / AliPMDQADataMakerRec.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
17 /*
18   Produces the data needed to calculate the quality assurance. 
19   All data must be mergeable objects.
20   B.K. Nandi
21 */
22
23 // --- ROOT system ---
24 #include <TClonesArray.h>
25 #include <TFile.h> 
26 #include <TH1F.h> 
27 #include <TH1I.h> 
28 #include <TH2F.h> 
29
30 // --- Standard library ---
31
32 // --- AliRoot header files ---
33
34 #include "AliESDEvent.h"
35 #include "AliLog.h"
36 #include "AliPMDQADataMakerRec.h"
37 #include "AliQAChecker.h"
38 #include "AliPMDdigit.h" 
39 #include "AliPMDrecpoint1.h" 
40 #include "AliPMDRawStream.h"
41 #include "AliPMDddldata.h"
42 #include "AliPMDUtility.h"
43 #include "AliESDPmdTrack.h"
44 //#include "AliPMDRecoParam.h"
45
46 ClassImp(AliPMDQADataMakerRec)
47            
48 //____________________________________________________________________________ 
49   AliPMDQADataMakerRec::AliPMDQADataMakerRec() : 
50   AliQADataMakerRec(AliQAv1::GetDetName(AliQAv1::kPMD), "PMD Quality Assurance Data Maker")
51 {
52   // ctor
53 }
54
55 //____________________________________________________________________________ 
56 AliPMDQADataMakerRec::AliPMDQADataMakerRec(const AliPMDQADataMakerRec& qadm) :
57   AliQADataMakerRec()
58 {
59   //copy ctor 
60   SetName((const char*)qadm.GetName()) ; 
61   SetTitle((const char*)qadm.GetTitle()); 
62 }
63
64 //__________________________________________________________________
65 AliPMDQADataMakerRec& AliPMDQADataMakerRec::operator = (const AliPMDQADataMakerRec& qadm )
66 {
67   // Equal operator.
68   this->~AliPMDQADataMakerRec();
69   new(this) AliPMDQADataMakerRec(qadm);
70   return *this;
71 }
72  
73
74 //____________________________________________________________________________ 
75 void AliPMDQADataMakerRec::InitRaws()
76 {
77   // create Raws histograms in Raws subdir
78
79   const Bool_t expert   = kTRUE ; 
80   const Bool_t saveCorr = kTRUE ; 
81   const Bool_t image    = kTRUE ; 
82   // Preshower plane
83
84     TH1I * h0 = new TH1I("hPreEdepM0","ADC Distribution PRE - Module 0;Amplitude [ADC counts];Counts", 100, 0, 2000);
85     h0->Sumw2();
86     Add2RawsList(h0, 0, !expert, image, !saveCorr); 
87
88     TH1I * h1 = new TH1I("hPreEdepM1","ADC Distribution PRE - Module 1;Amplitude [ADC counts];Counts", 100, 0, 2000);
89     h1->Sumw2();
90     Add2RawsList(h1, 1, !expert, image, !saveCorr); 
91
92     TH1I * h2 = new TH1I("hPreEdepM2","ADC Distribution PRE - Module 2;Amplitude [ADC counts];Counts", 100, 0, 2000);
93     h2->Sumw2();
94     Add2RawsList(h2, 2, !expert, image, !saveCorr); 
95     
96     TH1I * h3 = new TH1I("hPreEdepM3","ADC Distribution PRE - Module 3;Amplitude [ADC counts];Counts", 100, 0, 2000);
97     h3->Sumw2(); 
98     Add2RawsList(h3, 3, !expert, image, !saveCorr); 
99
100     TH1I * h4 = new TH1I("hPreEdepM4","ADC Distribution PRE - Module 4;Amplitude [ADC counts];Counts", 100, 0, 2000);
101     h4->Sumw2(); 
102     Add2RawsList(h4, 4, !expert, image, !saveCorr); 
103
104     TH1I * h5 = new TH1I("hPreEdepM5","ADC Distribution PRE - Module 5;Amplitude [ADC counts];Counts", 100, 0, 2000);
105     h5->Sumw2(); 
106     Add2RawsList(h5, 5, !expert, image, !saveCorr); 
107
108     TH1I * h6 = new TH1I("hPreEdepM6","ADC Distribution PRE - Module 6;Amplitude [ADC counts];Counts", 100, 0, 2000);
109     h6->Sumw2(); 
110     Add2RawsList(h6, 6, !expert, image, !saveCorr); 
111
112     TH1I * h7 = new TH1I("hPreEdepM7","ADC Distribution PRE - Module 7;Amplitude [ADC counts];Counts", 100, 0, 2000);
113     h7->Sumw2(); 
114     Add2RawsList(h7, 7, !expert, image, !saveCorr); 
115
116     TH1I * h8 = new TH1I("hPreEdepM8","ADC Distribution PRE - Module 8;Amplitude [ADC counts];Counts", 100, 0, 2000);
117     h8->Sumw2(); 
118     Add2RawsList(h8, 8, !expert, image, !saveCorr); 
119
120     TH1I * h9 = new TH1I("hPreEdepM9","ADC Distribution PRE - Module 9;Amplitude [ADC counts];Counts", 100, 0, 2000);
121     h9->Sumw2(); 
122     Add2RawsList(h9, 9, !expert, image, !saveCorr); 
123
124     TH1I * h10 = new TH1I("hPreEdepM10","ADC Distribution PRE - Module 10;Amplitude [ADC counts];Counts", 100, 0, 2000);
125     h10->Sumw2(); 
126     Add2RawsList(h10, 10, !expert, image, !saveCorr); 
127
128     TH1I * h11 = new TH1I("hPreEdepM11","ADC Distribution PRE - Module 11;Amplitude [ADC counts];Counts", 100, 0, 2000);
129     h11->Sumw2(); 
130     Add2RawsList(h11, 11, !expert, image, !saveCorr); 
131
132     TH1I * h12 = new TH1I("hPreEdepM12","ADC Distribution PRE - Module 12;Amplitude [ADC counts];Counts", 100, 0, 2000);
133     h12->Sumw2(); 
134     Add2RawsList(h12, 12, !expert, image, !saveCorr); 
135
136     TH1I * h13 = new TH1I("hPreEdepM13","ADC Distribution PRE - Module 13;Amplitude [ADC counts];Counts", 100, 0, 2000);
137     h13->Sumw2(); 
138     Add2RawsList(h13, 13, !expert, image, !saveCorr); 
139
140     TH1I * h14 = new TH1I("hPreEdepM14","ADC Distribution PRE - Module 14;Amplitude [ADC counts];Counts", 100, 0, 2000);
141     h14->Sumw2(); 
142     Add2RawsList(h14, 14, !expert, image, !saveCorr); 
143
144     TH1I * h15 = new TH1I("hPreEdepM15","ADC Distribution PRE - Module 15;Amplitude [ADC counts];Counts", 100, 0, 2000);
145     h15->Sumw2(); 
146     Add2RawsList(h15, 15, !expert, image, !saveCorr); 
147
148     TH1I * h16 = new TH1I("hPreEdepM16","ADC Distribution PRE - Module 16;Amplitude [ADC counts];Counts", 100, 0, 2000);
149     h16->Sumw2(); 
150     Add2RawsList(h16, 16, !expert, image, !saveCorr); 
151
152     TH1I * h17 = new TH1I("hPreEdepM17","ADC Distribution PRE - Module 17;Amplitude [ADC counts];Counts", 100, 0, 2000);
153     h17->Sumw2(); 
154     Add2RawsList(h17, 17, !expert, image, !saveCorr); 
155
156     TH1I * h18 = new TH1I("hPreEdepM18","ADC Distribution PRE - Module 18;Amplitude [ADC counts];Counts", 100, 0, 2000);
157     h18->Sumw2(); 
158     Add2RawsList(h18, 18, !expert, image, !saveCorr); 
159
160     TH1I * h19 = new TH1I("hPreEdepM19","ADC Distribution PRE - Module 19;Amplitude [ADC counts];Counts", 100, 0, 2000);
161     h19->Sumw2(); 
162     Add2RawsList(h19, 19, !expert, image, !saveCorr); 
163
164     TH1I * h20 = new TH1I("hPreEdepM20","ADC Distribution PRE - Module 20;Amplitude [ADC counts];Counts", 100, 0, 2000);
165     h20->Sumw2(); 
166     Add2RawsList(h20, 20, !expert, image, !saveCorr);
167  
168     TH1I * h21 = new TH1I("hPreEdepM21","ADC Distribution PRE - Module 21;Amplitude [ADC counts];Counts", 100, 0, 2000);
169     h21->Sumw2(); 
170     Add2RawsList(h21, 21, !expert, image, !saveCorr); 
171
172     TH1I * h22 = new TH1I("hPreEdepM22","ADC Distribution PRE - Module 22;Amplitude [ADC counts];Counts", 100, 0, 2000);
173     h22->Sumw2(); 
174     Add2RawsList(h22, 22, !expert, image, !saveCorr); 
175
176     TH1I * h23 = new TH1I("hPreEdepM23","ADC Distribution PRE - Module 23;Amplitude [ADC counts];Counts", 100, 0, 2000);
177     h23->Sumw2(); 
178     Add2RawsList(h23, 23, !expert, image, !saveCorr);
179
180     // CPV histos
181
182     TH1I * h24 = new TH1I("hCpvEdepM24","ADC Distribution CPV - Module 24;Amplitude [ADC counts];Counts", 100, 0, 2000);
183     h24->Sumw2();
184     Add2RawsList(h24, 24, !expert, image, !saveCorr); 
185
186     TH1I * h25 = new TH1I("hCpvEdepM25","ADC Distribution CPV - Module 25;Amplitude [ADC counts];Counts", 100, 0, 2000);
187     h25->Sumw2(); 
188     Add2RawsList(h25, 25, !expert, image, !saveCorr); 
189
190     TH1I * h26 = new TH1I("hCpvEdepM26","ADC Distribution CPV - Module 26;Amplitude [ADC counts];Counts", 100, 0, 2000);
191     h26->Sumw2(); 
192     Add2RawsList(h26, 26, !expert, image, !saveCorr); 
193
194     TH1I * h27 = new TH1I("hCpvEdepM27","ADC Distribution CPV - Module 27;Amplitude [ADC counts];Counts", 100, 0, 2000);
195     h27->Sumw2(); 
196     Add2RawsList(h27, 27, !expert, image, !saveCorr); 
197
198     TH1I * h28 = new TH1I("hCpvEdepM28","ADC Distribution CPV - Module 28;Amplitude [ADC counts];Counts", 100, 0, 2000);
199     h28->Sumw2(); 
200     Add2RawsList(h28, 28, !expert, image, !saveCorr); 
201
202     TH1I * h29 = new TH1I("hCpvEdepM29","ADC Distribution CPV - Module 29;Amplitude [ADC counts];Counts", 100, 0, 2000);
203     h29->Sumw2(); 
204     Add2RawsList(h29, 29, !expert, image, !saveCorr); 
205
206     TH1I * h30 = new TH1I("hCpvEdepM30","ADC Distribution CPV - Module 30;Amplitude [ADC counts];Counts", 100, 0, 2000);
207     h30->Sumw2(); 
208     Add2RawsList(h30, 30, !expert, image, !saveCorr); 
209
210     TH1I * h31 = new TH1I("hCpvEdepM31","ADC Distribution CPV - Module 31;Amplitude [ADC counts];Counts", 100, 0, 2000);
211     h31->Sumw2(); 
212     Add2RawsList(h31, 31, !expert, image, !saveCorr); 
213
214     TH1I * h32 = new TH1I("hCpvEdepM32","ADC Distribution CPV - Module 32;Amplitude [ADC counts];Counts", 100, 0, 2000);
215     h32->Sumw2();
216     Add2RawsList(h32, 32, !expert, image, !saveCorr); 
217
218     TH1I * h33 = new TH1I("hCpvEdepM33","ADC Distribution CPV - Module 33;Amplitude [ADC counts];Counts", 100, 0, 2000);
219     h33->Sumw2();
220     Add2RawsList(h33, 33, !expert, image, !saveCorr); 
221
222     TH1I * h34 = new TH1I("hCpvEdepM34","ADC Distribution CPV - Module 34;Amplitude [ADC counts];Counts", 100, 0, 2000);
223     h34->Sumw2(); 
224     Add2RawsList(h34, 34, !expert, image, !saveCorr); 
225
226     TH1I * h35 = new TH1I("hCpvEdepM35","ADC Distribution CPV - Module 35;Amplitude [ADC counts];Counts", 100, 0, 2000);
227     h35->Sumw2(); 
228     Add2RawsList(h35, 35, !expert, image, !saveCorr); 
229
230     TH1I * h36 = new TH1I("hCpvEdepM36","ADC Distribution CPV - Module 36;Amplitude [ADC counts];Counts", 100, 0, 2000);
231     h36->Sumw2(); 
232     Add2RawsList(h36, 36, !expert, image, !saveCorr); 
233
234     TH1I * h37 = new TH1I("hCpvEdepM37","ADC Distribution CPV - Module 37;Amplitude [ADC counts];Counts", 100, 0, 2000);
235     h37->Sumw2(); 
236     Add2RawsList(h37, 37, !expert, image, !saveCorr); 
237
238     TH1I * h38 = new TH1I("hCpvEdepM38","ADC Distribution CPV - Module 38;Amplitude [ADC counts];Counts", 100, 0, 2000);
239     h38->Sumw2(); 
240     Add2RawsList(h38, 38, !expert, image, !saveCorr); 
241
242     TH1I * h39 = new TH1I("hCpvEdepM39","ADC Distribution CPV - Module 39;Amplitude [ADC counts];Counts", 100, 0, 2000);
243     h39->Sumw2(); 
244     Add2RawsList(h39, 39, !expert, image, !saveCorr); 
245
246     TH1I * h40 = new TH1I("hCpvEdepM40","ADC Distribution CPV - Module 40;Amplitude [ADC counts];Counts", 100, 0, 2000);
247     h40->Sumw2(); 
248     Add2RawsList(h40, 40, !expert, image, !saveCorr); 
249
250     TH1I * h41 = new TH1I("hCpvEdepM41","ADC Distribution CPV - Module 41;Amplitude [ADC counts];Counts", 100, 0, 2000);
251     h41->Sumw2();
252     Add2RawsList(h41, 41, !expert, image, !saveCorr); 
253
254     TH1I * h42 = new TH1I("hCpvEdepM42","ADC Distribution CPV - Module 42;Amplitude [ADC counts];Counts", 100, 0, 2000);
255     h42->Sumw2(); 
256     Add2RawsList(h42, 42, !expert, image, !saveCorr); 
257
258     TH1I * h43 = new TH1I("hCpvEdepM43","ADC Distribution CPV - Module 43;Amplitude [ADC counts];Counts", 100, 0, 2000);
259     h43->Sumw2(); 
260     Add2RawsList(h43, 43, !expert, image, !saveCorr); 
261
262     TH1I * h44 = new TH1I("hCpvEdepM44","ADC Distribution CPV - Module 44;Amplitude [ADC counts];Counts", 100, 0, 2000);
263     h44->Sumw2(); 
264     Add2RawsList(h44, 44, !expert, image, !saveCorr); 
265
266     TH1I * h45 = new TH1I("hCpvEdepM45","ADC Distribution CPV - Module 45;Amplitude [ADC counts];Counts", 100, 0, 2000);
267     h45->Sumw2();
268     Add2RawsList(h45, 45, !expert, image, !saveCorr); 
269
270     TH1I * h46 = new TH1I("hCpvEdepM46","ADC Distribution CPV - Module 46;Amplitude [ADC counts];Counts", 100, 0, 2000);
271     h46->Sumw2(); 
272     Add2RawsList(h46, 46, !expert, image, !saveCorr); 
273
274     TH1I * h47 = new TH1I("hCpvEdepM47","ADC Distribution CPV - Module 47;Amplitude [ADC counts];Counts", 100, 0, 2000);
275     h47->Sumw2(); 
276     Add2RawsList(h47, 47, !expert, image, !saveCorr); 
277
278
279     // Y vs. X for PRE and CPV planes
280
281     TH2F * h48 = new TH2F("hPreXY","PRE plane;X [cm];Y [cm]",200,-100.,100.,200,-100.,100.);
282     Add2RawsList(h48, 48, !expert, !image, saveCorr);//Ajay
283     //Add2RawsList(h48, 48);//Ajay
284     TH2F * h49 = new TH2F("hCpvXY","CPV plane;X [cm];Y [cm]",200,-100.,100.,200,-100.,100.);
285     Add2RawsList(h49, 49, !expert, !image, saveCorr);//Ajay
286     //Add2RawsList(h49, 49);//Ajay
287
288 }
289
290 //____________________________________________________________________________
291 void AliPMDQADataMakerRec::InitDigits()
292 {
293   // create Digits histograms in Digits subdir
294   const Bool_t expert   = kTRUE ; 
295   const Bool_t image    = kTRUE ; 
296   
297   TH1F *h0 = new TH1F("hPreDigitsEdep","Digits energy distribution in PRE(PMD);Amplitude [ADC counts];Counts", 100, 0., 2000.);
298   h0->Sumw2();
299   Add2DigitsList(h0, 0, !expert, image);
300   
301   TH1F *h1 = new TH1F("hCpvDigitsEdep","Digits energy distribution in CPV(PMD);Amplitude [ADC counts];Counts", 100, 0., 2000.); 
302   h1->Sumw2();
303   Add2DigitsList(h1, 1, !expert, image);
304   
305   TH1I *h2 = new TH1I("hPreDigitsMult","Digits multiplicity distribution in PRE(PMD);# of Digits;Entries", 500, 0, 1000) ; 
306   h2->Sumw2();
307   Add2DigitsList(h2, 2, !expert, image);
308   
309   TH1I *h3 = new TH1I("hCpvDigitsMult","Digits multiplicity distribution in CPV(PMD);# of Digits;Entries", 500, 0, 1000);
310   h3->Sumw2();
311   Add2DigitsList(h3, 3, !expert, image);  
312 }
313
314 //____________________________________________________________________________ 
315 void AliPMDQADataMakerRec::InitRecPoints()
316 {
317   // create Reconstructed Points histograms in RecPoints subdir
318   
319   /*
320     TH2F * h0 = new TH2F("hPreXY","RecPoints Y vs X PRE(PMD)", 100,-100.,100.,100,-100.,100.);
321     Add2RecPointsList(h0,0);
322     
323     TH2F * h1 = new TH2F("hCpvXY","RecPoints Y vs X CPV(PMD)", 100,-100.,100.,100,-100.,100.);
324     Add2RecPointsList(h1,1);
325   */
326
327     //  Ncell distribution in a cluster
328   
329     // PRE plane
330
331   const Bool_t expert   = kTRUE ; 
332   const Bool_t image    = kTRUE ; 
333
334   TH1F * h0 = new TH1F("hPreDdl0Ncell","PRE: Ddl0 Ncell in a cluster;# of cells;Counts",50,0.,50.);
335   h0->Sumw2();
336   Add2RecPointsList(h0, 0, !expert, image);
337
338
339   TH1F * h1 = new TH1F("hPreDdl1Ncell","PRE: Ddl1 Ncell in a cluste;# of cells;Countsr",50,0.,50.);
340   h1->Sumw2();
341   Add2RecPointsList(h1, 1, !expert, image);
342
343
344   TH1F * h2 = new TH1F("hPreDdl2Ncell","PRE: Ddl2 Ncell in a cluster;# of cells;Counts",50,0.,50.);
345   h2->Sumw2();
346   Add2RecPointsList(h2, 2, !expert, image);
347
348
349   TH1F * h3 = new TH1F("hPreDdl3Ncell","PRE: Ddl3 Ncell in a cluster;# of cells;Counts",50,0.,50.);
350   h3->Sumw2();
351   Add2RecPointsList(h3, 3, !expert, image);
352
353   // CPV plane
354
355   TH1F * h4 = new TH1F("hCpvDdl4Ncell","CPV: Ddl4 Ncell in a cluster;# of cells;Counts",50,0.,50.);
356   h4->Sumw2();
357   Add2RecPointsList(h4, 4, !expert, image);
358
359   TH1F * h5 = new TH1F("hCpvDdl5Ncell","CPV: Ddl5 Ncell in a cluster;# of cells;Counts",50,0.,50.);
360   h5->Sumw2();
361   Add2RecPointsList(h5, 5, !expert, image);
362
363   // Correlation plot
364
365   TH2I *h6 = new TH2I("hPre10","Cluster - DDL1 vs DDL0;DDL0;DDL1", 100,0,200,100,0,200);
366   Add2RecPointsList(h6,6, !expert, image);
367
368   TH2I *h7 = new TH2I("hPre32","Cluster - DDL3 vs DDL2;DDL2;DDL3", 100,0,200,100,0,200);
369   Add2RecPointsList(h7,7, !expert, image);
370
371   TH2I *h8 = new TH2I("hCpv54","Cluster - DDL5 vs DDL4;DDL4;DDL5", 100,0,200,100,0,200);
372   Add2RecPointsList(h8,8, !expert, image);
373
374
375
376 }
377
378 //____________________________________________________________________________ 
379
380 void AliPMDQADataMakerRec::InitESDs()
381 {
382   //Create histograms to controll ESD
383
384   const Bool_t expert   = kTRUE ; 
385   const Bool_t image    = kTRUE ; 
386
387   TH1F *h0 = new TH1F("hPreClADC","Cluster ADC of PRE plane;# of clusters;Counts",500,0.,10000.);
388   h0->Sumw2();
389   Add2ESDsList(h0, 0, !expert, image)  ;
390
391   TH1F *h1 = new TH1F("hCpvClADC","Cluster ADC of CPV plane;# of clusters;Counts",500,0.,10000.);
392   h1->Sumw2();
393   Add2ESDsList(h1, 1, !expert, image)  ;
394
395   TH2I *h2 = new TH2I("hPmdClMult","Cluster Multiplicity: PRE vs. CPVplane;CPV multiplicity;PRE Multiplicity",100,0,1000,100,0,1000);
396   h2->Sumw2();
397   Add2ESDsList(h2, 2, !expert, image)  ;
398
399 /*
400   TH1I * h3 = new TH1I("hCpvClMult","Cluster Multiplicity of CPV plane",100,0.,1000.);
401   h3->Sumw2();
402   Add2ESDsList(h3, 3, !expert, image)  ;
403 */
404
405 }
406
407 //____________________________________________________________________________
408 void AliPMDQADataMakerRec::MakeRaws(AliRawReader* rawReader)
409 {
410     //Fill prepared histograms with Raw digit properties
411
412   TObjArray *pmdddlcont = 0x0;
413     pmdddlcont = new TObjArray();
414     AliPMDRawStream stream(rawReader);
415     
416     AliPMDddldata *pmdddl = 0x0;
417
418     Int_t   iddl = -1;
419     Int_t   xpad = -1;
420     Int_t   ypad = -1;
421     Float_t xx, yy;
422
423     AliPMDUtility cc;
424
425     while ((iddl = stream.DdlData(pmdddlcont)) >=0)
426     {
427         Int_t ientries = pmdddlcont->GetEntries();
428         //printf(" ======= DDLNO = %d ientries = %d \n", iddl, ientries);
429         
430         for (Int_t ient = 0; ient < ientries; ient++)
431           {
432               //AliPMDddldata *pmdddl = (AliPMDddldata*)pmdddlcont->UncheckedAt(ient);
433             pmdddl = (AliPMDddldata*)pmdddlcont->UncheckedAt(ient);
434
435             Int_t det = pmdddl->GetDetector();
436             Int_t smn = pmdddl->GetSMN();
437             Int_t mcm = pmdddl->GetMCM();
438             //Int_t chno = pmdddl->GetChannel();
439             Int_t row = pmdddl->GetRow();
440             Int_t col = pmdddl->GetColumn();
441             Int_t sig = pmdddl->GetSignal();
442             
443             if (mcm == 0) continue;
444             if (det < 0 || det > 1)  continue;
445             if (smn < 0 || smn > 23) continue;
446             if (row < 0 || row > 47) continue;
447             if (col < 0 || col > 95) continue;
448
449             if (det == 0)
450             {
451                 GetRawsData(smn)->Fill(sig);
452                 if(smn < 12)
453                 {
454                     xpad = col;
455                     ypad = row;
456                 }
457                 else if(smn >= 12 && smn < 24)
458                 {
459                     xpad = row;
460                     ypad = col;
461                 }
462                 cc.RectGeomCellPos(smn,xpad,ypad,xx,yy);
463                 GetRawsData(48)->Fill(xx,yy);
464             }
465             if (det == 1)
466             {
467                 GetRawsData(24+smn)->Fill(sig);
468                 if(smn < 12)
469                 {
470                     xpad = col;
471                     ypad = row;
472                 }
473                 else if(smn >= 12 && smn < 24)
474                 {
475                     xpad = row;
476                     ypad = col;
477                 }
478
479                 cc.RectGeomCellPos(smn,xpad,ypad,xx,yy);
480                 GetRawsData(49)->Fill(xx,yy);
481
482             }
483
484           }
485
486         pmdddlcont->Delete();
487     }
488
489     delete pmdddlcont;
490     pmdddlcont = 0x0;
491
492 }
493 //____________________________________________________________________________
494 void AliPMDQADataMakerRec::MakeDigits()
495 {
496   // makes data from Digits
497   
498    Int_t cpvmul = 0, premul = 0;
499   
500   TIter next(fDigitsArray) ; 
501   AliPMDdigit * digit ; 
502   while ( (digit = dynamic_cast<AliPMDdigit *>(next())) )
503     {
504     if(digit->GetDetector() == 0)
505       {
506             GetDigitsData(0)->Fill( digit->GetADC()) ;
507             premul++;
508       }
509     if(digit->GetDetector() == 1)
510       {
511             GetDigitsData(1)->Fill( digit->GetADC());
512             cpvmul++;
513       }
514     }  
515   
516   if (premul > 0) GetDigitsData(2)->Fill(premul);
517   if (cpvmul > 0) GetDigitsData(3)->Fill(cpvmul);
518   
519   
520 }
521
522 //____________________________________________________________________________
523 void AliPMDQADataMakerRec::MakeDigits(TTree * digitTree)
524 {
525   // makes data from Digit Tree
526   
527   if (fDigitsArray) 
528     fDigitsArray->Clear() ; 
529   else
530     fDigitsArray = new TClonesArray("AliPMDdigit", 1000) ; 
531   
532   TBranch * branch = digitTree->GetBranch("PMDDigit") ;
533   branch->SetAddress(&fDigitsArray) ;
534   
535   if ( ! branch )
536     {
537     AliWarning("PMD branch in Digit Tree not found") ; 
538     }
539   else
540     {
541     for (Int_t ient = 0; ient < branch->GetEntries(); ient++)
542       {
543             branch->GetEntry(ient) ; 
544             MakeDigits() ; 
545       }
546     
547     }
548 }
549
550 //____________________________________________________________________________
551 void AliPMDQADataMakerRec::MakeRecPoints(TTree * clustersTree)
552 {
553     // makes data from RecPoints
554
555   Int_t multDdl0 = 0, multDdl1 = 0, multDdl2 = 0;
556     Int_t multDdl3 = 0, multDdl4 = 0, multDdl5 = 0;
557
558     AliPMDrecpoint1 * recpoint; 
559
560   if (fRecPointsArray) 
561     fRecPointsArray->Clear() ; 
562   else 
563     fRecPointsArray = new TClonesArray("AliPMDrecpoint1", 1000) ; 
564     
565     TBranch * branch = clustersTree->GetBranch("PMDRecpoint") ;
566     branch->SetAddress(&fRecPointsArray) ;
567
568     if ( ! branch )
569     {
570         AliWarning("PMD branch in Recpoints Tree not found") ; 
571     }
572     else
573     {
574         for (Int_t imod = 0; imod < branch->GetEntries(); imod++)
575         {
576             branch->GetEntry(imod) ;
577
578             TIter next(fRecPointsArray) ; 
579
580             while ( (recpoint = dynamic_cast<AliPMDrecpoint1 *>(next())) )
581               {
582                 //Float_t xpos = recpoint->GetClusX();
583                 //Float_t ypos = recpoint->GetClusY();
584                 //Int_t smn = recpoint->GetSMNumber();
585                 
586                   if(recpoint->GetDetector() == 0)
587                   {
588                     if(recpoint->GetSMNumber() >= 0 && recpoint->GetSMNumber() < 6)
589                       {
590                         GetRecPointsData(0)->Fill(recpoint->GetClusCells());
591                         multDdl0++;
592                       }
593                     if(recpoint->GetSMNumber() >= 6 && recpoint->GetSMNumber() < 12)
594                       {
595                         GetRecPointsData(1)->Fill(recpoint->GetClusCells());
596                         multDdl1++;
597                       }
598                     if(recpoint->GetSMNumber() >= 12 && recpoint->GetSMNumber() < 18)
599                       {
600                         GetRecPointsData(2)->Fill(recpoint->GetClusCells());
601                         multDdl2++;
602                       }
603                     if(recpoint->GetSMNumber() >= 18 && recpoint->GetSMNumber() < 24)
604                       {
605                         GetRecPointsData(3)->Fill(recpoint->GetClusCells());
606                         multDdl3++;
607                       }
608                   }
609
610                 if(recpoint->GetDetector() == 1)
611                   {
612                     if((recpoint->GetSMNumber() >= 0 && recpoint->GetSMNumber() < 6) || 
613                        (recpoint->GetSMNumber() >= 18 && recpoint->GetSMNumber() < 24))
614                       {
615                         GetRecPointsData(4)->Fill(recpoint->GetClusCells());
616                         multDdl4++;
617                       }
618                     if(recpoint->GetSMNumber() >= 6 && recpoint->GetSMNumber() < 18 )
619                       {
620                         GetRecPointsData(5)->Fill(recpoint->GetClusCells());
621                         multDdl5++;
622                       }
623                   }
624               } 
625         }
626     }
627     
628     GetRecPointsData(6)->Fill(multDdl0,multDdl1);
629     GetRecPointsData(7)->Fill(multDdl2,multDdl3);
630     GetRecPointsData(8)->Fill(multDdl4,multDdl5);
631 }
632
633 //____________________________________________________________________________
634
635 void AliPMDQADataMakerRec::MakeESDs(AliESDEvent * esd)
636 {
637   // make QA data from ESDs
638
639   Int_t premul = 0, cpvmul = 0;
640
641   for (Int_t icl = 0; icl < esd->GetNumberOfPmdTracks(); icl++)
642     {
643       AliESDPmdTrack *pmdtr = esd->GetPmdTrack(icl);
644       
645       //Int_t   det   = pmdtr->GetDetector(); 
646       //Float_t clsX  = pmdtr->GetClusterX();
647       //Float_t clsY  = pmdtr->GetClusterY();
648       //Float_t clsZ  = pmdtr->GetClusterZ();
649       //Float_t ncell = pmdtr->GetClusterCells();
650       Float_t adc   = pmdtr->GetClusterADC();
651       //Float_t pid   = pmdtr->GetClusterPID();
652
653       if (pmdtr->GetDetector() == 0)
654         {
655           GetESDsData(0)->Fill(adc);
656           premul++;
657         }
658       if (pmdtr->GetDetector() == 1)
659         {
660           GetESDsData(1)->Fill(adc) ;
661           cpvmul++;
662         }
663     }
664   
665   GetESDsData(2)->Fill(cpvmul,premul) ;
666   //GetESDsData(3)->Fill(cpvmul) ;  
667 }
668
669 //____________________________________________________________________________ 
670
671 void AliPMDQADataMakerRec::StartOfDetectorCycle()
672 {
673   //Detector specific actions at start of cycle
674   
675 }
676 //____________________________________________________________________________ 
677 void AliPMDQADataMakerRec::EndOfDetectorCycle(AliQAv1::TASKINDEX_t task, TObjArray ** list)
678 {
679   //Detector specific actions at end of cycle
680   // do the QA checking
681   AliQAChecker::Instance()->Run(AliQAv1::kPMD, task, list) ;  
682 }