]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDQADataMaker.cxx
Extra header added to the list
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDQADataMaker.cxx
index 16f4fd59e237436243bf1fd8215c8ef2bf30d365..bf943494fc8152ff27f14f19c0eca6d9a75176aa 100644 (file)
 
 /* $Id$ */
 
-//---
-//  Produces the data needed to calculate the quality assurance. 
-//  All data must be mergeable objects.
-//  A. Mastroserio
-//---
-
 // --- ROOT system ---
 #include <TClonesArray.h>
 #include <TFile.h> 
 #include <TH1F.h> 
 #include <TH2F.h>
-#include <TH1I.h> 
-#include <TDirectory.h>
+#include <TProfile.h>
 #include <Riostream.h>
 // --- Standard library ---
 
 // --- AliRoot header files ---
 #include "AliESDCaloCluster.h"
 #include "AliESDEvent.h"
+#include "AliQAChecker.h"
 #include "AliLog.h"
 #include "AliHMPIDDigit.h"
 #include "AliHMPIDHit.h"
 #include "AliHMPIDCluster.h"
 #include "AliHMPIDQADataMaker.h"
-
+#include "AliHMPIDParam.h"
+#include "AliHMPIDRawStream.h"
+#include "AliLog.h"
 ClassImp(AliHMPIDQADataMaker)
            
 //____________________________________________________________________________ 
   AliHMPIDQADataMaker::AliHMPIDQADataMaker() : 
-  AliQADataMaker(AliQA::GetDetName(AliQA::kHMPID), "HMPID Quality Assurance Data Maker"),
-  fhHitQdc(0x0), 
-  fhSDigits(0x0),
-  fhDigPcEvt(0x0),
-  fhDigChEvt(0x0),
-  fhDigQ(0x0),
-  fhCluEvt(0x0),
-  fhCluChi2(0x0),
-  fhCluQ(0x0),
-  fhCluFlg(0x0), 
-  fhCluSize(0x0),  
-  fhMipCluSize(0x0),
-  fhCkovP(0x0),
-  fhSigP(0x0),
-  fhMipXY(0x0),
-  fhDifXY(0x0)
+  AliQADataMaker(AliQAv1::GetDetName(AliQAv1::kHMPID), "HMPID Quality Assurance Data Maker")
 {
   // ctor
-  for(Int_t i=0; i<7; i++) fhHitMap[i]=0x0;
-  for(Int_t j=0; j<5; j++) fhPid[j]=0x0;
-  fDetectorDir = fOutput->GetDirectory(GetName()) ;  
-  if (!fDetectorDir) 
-    fDetectorDir = fOutput->mkdir(GetName()) ;  
 }
 
 //____________________________________________________________________________ 
 AliHMPIDQADataMaker::AliHMPIDQADataMaker(const AliHMPIDQADataMaker& qadm) :
-  AliQADataMaker(), 
-  fhHitQdc(qadm.fhHitQdc), 
-  fhSDigits(qadm.fhSDigits),
-  fhDigPcEvt(qadm.fhDigPcEvt),
-  fhDigChEvt(qadm.fhDigChEvt),
-  fhDigQ(qadm.fhDigQ),
-  fhCluEvt(qadm.fhCluEvt),
-  fhCluChi2(qadm.fhCluChi2),
-  fhCluQ(qadm.fhCluQ),
-  fhCluFlg(qadm.fhCluFlg),
-  fhCluSize(qadm.fhCluSize),
-  fhMipCluSize(qadm.fhMipCluSize),
-  fhCkovP(qadm.fhCkovP),
-  fhSigP(qadm.fhSigP),
-  fhMipXY(qadm.fhMipXY),
-  fhDifXY(qadm.fhDifXY)
+  AliQADataMaker() 
 {
   //copy ctor 
-  for(Int_t i=0; i<7; i++) fhHitMap[i]=qadm.fhHitMap[i];
-  for(Int_t j=0; j<5; j++) fhPid[j]=qadm.fhPid[j];
-
   SetName((const char*)qadm.GetName()) ; 
   SetTitle((const char*)qadm.GetTitle()); 
 }
@@ -110,24 +68,45 @@ AliHMPIDQADataMaker& AliHMPIDQADataMaker::operator = (const AliHMPIDQADataMaker&
 void AliHMPIDQADataMaker::InitHits()
 {
   // create Hits histograms in Hits subdir
-     fhHitQdc=new TH1F("HitQdc","HMPID Hit Qdc all chamber;QDC",500,0,4000);
-     for(Int_t iCh=0;iCh<7;iCh++) fhHitMap[iCh]=new TH2F(Form("HMPID HitMap%i",iCh),Form("Ch%i;x_{Hit};y_{Hit}",iCh),162,-1,161,146,-1,145);   
+  TH1F *hHitQdc=new TH1F("HitQdc","HMPID Hit Qdc all chamber;QDC",500,0,4000);
+  Add2HitsList(hHitQdc,0);
+  TH2F *hHitMap[7];
+  for(Int_t iCh=0;iCh<7;iCh++) {
+    hHitMap[iCh]=new TH2F(Form("HMPID HitMap%i",iCh),Form("Ch%i;x_{Hit};y_{Hit}",iCh),162,-1,161,146,-1,145);   
+    Add2HitsList(hHitMap[iCh],iCh+1);
+  }
+  //
+  ClonePerTrigClass(AliQAv1::kHITS); // this should be the last line  
 }
 
 //____________________________________________________________________________ 
 void AliHMPIDQADataMaker::InitDigits()
 {
   // create Digits histograms in Digits subdir
-      fhDigPcEvt=new TH1F("hDigPcEvt","PC occupancy",156,-1,77);
-      fhDigChEvt=new TH1F("hDigChEvt","Chamber occupancy",32,-1,7);
-      fhDigQ  =new TH1F("Q        "," digit charge               ",3000,0,3000);
+  TH1F *hDigPcEvt = new TH1F("hDigPcEvt","PC occupancy",156,-1,77);
+  TH1F *hDigQ     = new TH1F("Q        ","Charge of digits (ADC)     ",3000,0,3000);
+  TH1F *hDigChEvt = new TH1F("hDigChEvt","Chamber occupancy per event",AliHMPIDParam::kMaxCh+1,AliHMPIDParam::kMinCh,AliHMPIDParam::kMaxCh+1);
+  
+  TProfile *tDigHighQ = new TProfile("tDigHighQ","Highest charge in chamber  ",AliHMPIDParam::kMaxCh+1,AliHMPIDParam::kMinCh,AliHMPIDParam::kMaxCh+1);
+  TProfile *tDigChEvt = new TProfile("tDigChEvt","Chamber occupancy per event (profile)",AliHMPIDParam::kMaxCh+1,AliHMPIDParam::kMinCh,AliHMPIDParam::kMaxCh+1);
+  
+  Add2DigitsList(hDigPcEvt,0);
+  Add2DigitsList(hDigQ    ,1);
+  Add2DigitsList(hDigChEvt,2);
+  Add2DigitsList(tDigHighQ,3);
+  Add2DigitsList(tDigChEvt,4);
+  //
+  ClonePerTrigClass(AliQAv1::kDIGITS); // this should be the last line
 }
 
 //____________________________________________________________________________ 
 void AliHMPIDQADataMaker::InitSDigits()
 {
   // create SDigits histograms in SDigits subdir
-      fhSDigits     = new TH1F("hHmpidSDigits",    "SDigits Q  distribution in HMPID",  500, 0., 5000.) ; 
+  TH1F   *hSDigits     = new TH1F("hHmpidSDigits",    "SDigits Q  distribution in HMPID",  500, 0., 5000.) ; 
+  Add2SDigitsList(hSDigits,0);
+  //
+  ClonePerTrigClass(AliQAv1::kSDIGITS); // this should be the last line
 }
 
 //____________________________________________________________________________ 
@@ -135,32 +114,81 @@ void AliHMPIDQADataMaker::InitSDigits()
 void AliHMPIDQADataMaker::InitRecPoints()
 {
   // create cluster histograms in RecPoint subdir
-      fhCluEvt=new TH1F("CluPerEvt","# clusters per chamber",16,-1,7);
-      fhCluChi2  =new TH1F("CluChi2"  ,"Chi2 "               ,1000,0,100);
-      fhCluQ   =new TH1F("CluQ"   ,"Cluster charge"        ,3000,0,3000);
-      fhCluFlg   =new TH1F("CluFlg"   ,"Cluster flag"        ,14,-1.5,12.5);
-      fhCluSize  =new TH1F("CluSize"  ,"Raw cluster size    ",100,0,100);
-      fhMipCluSize =new TH1F("MipCluSize"  ,"Mip cluster size    ",100,0,100);
+
+  TH1F *hCluEvt=new TH1F("CluPerEvt","Cluster multiplicity"   ,100,0,100);
+  TH1F *hCluChi2  =new TH1F("CluChi2"  ,"Chi2 "               ,1000,0,100);
+  TH1F *hCluFlg   =new TH1F("CluFlg"   ,"Cluster flag"        ,14,-1.5,12.5); hCluFlg->SetFillColor(5);
+  TH1F *hCluSize  =new TH1F("CluSize"  ,"Cluster size        ",100,0,100);
+  TH1F *hCluQ     =new TH1F("CluQ"     ,"Cluster charge (ADC)",1000,0,5000);
+
+  Add2RecPointsList(hCluEvt , 0);
+  Add2RecPointsList(hCluChi2, 1);
+  Add2RecPointsList(hCluFlg , 2);
+  Add2RecPointsList(hCluSize, 3);
+  Add2RecPointsList(hCluQ   , 4);
+  //
+  ClonePerTrigClass(AliQAv1::kRECPOINTS); // this should be the last line
 }
 //____________________________________________________________________________
-void AliHMPIDQADataMaker::InitESDs()
+
+void AliHMPIDQADataMaker::InitRaws()
 {
-  //create ESDs histograms in ESDs subdir
-     fhCkovP  = new TH2F("CkovP" , "#theta_{c}, [rad];P, [GeV]"   , 150,   0,  7  ,100, 0, 1)   ;
-     fhSigP   = new TH2F("SigP"  ,"#sigma_{#theta_c} [mrad];[GeV]", 150,   0,  7  ,100, 0, 1)   ;
-     fhMipXY  = new TH2F("MipXY" ,"mip position"                  , 260,   0,130  ,252, 0,126)  ;
-     fhDifXY  = new TH2F("DifXY" ,"diff"                          , 200, -10, 10  ,200,-10,10)  ;
-     fhPid[0] = new TH1F("PidE" ,"PID: e yellow #mu magenta"  ,100,0,1)                         ;
-     fhPid[1] = new TH1F("PidMu","pid of #mu"                 ,100,0,1)                         ;
-     fhPid[2] = new TH1F("PidPi","PID: #pi red K green p blue",100,0,1)                         ;
-     fhPid[3] = new TH1F("PidK" ,"pid of K"                   ,100,0,1)                         ;
-     fhPid[4] = new TH1F("PidP" ,"pid of p"                   ,100,0,1)                         ;
+  //
+  // Booking QA histo for Raw data
+  //
+  TH1F *hqPad[14];
+  for(Int_t iddl =0; iddl<14; iddl++) {
+  hqPad[iddl] = new TH1F(Form("hqPadDDL%i",iddl), Form("Pad Q Entries at DDL %i",iddl), 500,0,5000);
+  Add2RawsList(hqPad[iddl],iddl);
+  }
+
+  const Int_t nerr = (Int_t)AliHMPIDRawStream::kSumErr+1;
+  const char *hnames[nerr]={"RawDataSize","RawMarkerSize","WrongRow","WrongDilogic","WrongPad","EoEFlag",
+                             "EoESize","EoEDILOGIC","EoERow","BadSegWord","WrongSeg","RowMarkerSize","NoErrors","Invalid"};
+
+  TH1F *hSumErr = new TH1F("SumErr","Summary of the returned errors",2*nerr,0,nerr);
+
+  for(Int_t ilabel=0; ilabel< nerr; ilabel++) {
+  hSumErr->GetXaxis()->CenterLabels(kTRUE);
+  hSumErr->GetXaxis()->SetBinLabel((2*ilabel+1),Form("%i  %s",ilabel+1,hnames[ilabel]));
+
+  }
+  Add2RawsList(hSumErr,14);
+  //
+  ClonePerTrigClass(AliQAv1::kRAWS); // this should be the last line
 }
 
 //____________________________________________________________________________
-void AliHMPIDQADataMaker::MakeHits(TObject * data)
+void AliHMPIDQADataMaker::InitESDs()
+{
+  //
+  //Booking ESDs histograms
+  TH2F*  hCkovP  = new TH2F("CkovP" , "#theta_{c}, [rad];P, [GeV]"   , 150,      0,  7  ,100, 0, 1)   ;
+  TH2F*  hSigP   = new TH2F("SigP"  ,"#sigma_{#theta_c} [mrad];[GeV]", 150,      0,  7  ,100, 0, 1)   ;
+  TH2F*  hMipXY  = new TH2F("MipXY" ,"mip position"                  , 260,      0,130  ,252, 0,126)  ;
+  TH2F*  hDifXY  = new TH2F("DifXY" ,"diff"                          , 200,    -10, 10  ,200,-10,10)  ;
+  TH1F*  hPid[5];
+  hPid[0] = new TH1F("PidE" ,"electron response"              , 101, -0.005,1.005)             ;
+  hPid[1] = new TH1F("PidMu","#mu response"                   , 101, -0.005,1.005)             ;
+  hPid[2] = new TH1F("PidPi","#pi response"                   , 101, -0.005,1.005)             ;
+  hPid[3] = new TH1F("PidK" ,"K response"                     , 101, -0.005,1.005)             ;
+  hPid[4] = new TH1F("PidP" ,"p response"                         ,101, -0.005,1.005)             ;
+  
+  Add2ESDsList(hCkovP,0);
+  Add2ESDsList(hSigP ,1);
+  Add2ESDsList(hMipXY,2);
+  Add2ESDsList(hDifXY,3);
+  for(Int_t i=0; i< 5; i++) Add2ESDsList(hPid[i],i+4);
+  //
+  ClonePerTrigClass(AliQAv1::kESDS); // this should be the last line
+}
+//____________________________________________________________________________
+
+void AliHMPIDQADataMaker::MakeHits(TClonesArray * data)
 {
-  //fills QA histos for Hits
+ //
+ //filling QA histos for Hits
+ //
   TClonesArray * hits = dynamic_cast<TClonesArray *>(data) ; 
   if (!hits){
     AliError("Wrong type of hits container") ; 
@@ -168,101 +196,229 @@ void AliHMPIDQADataMaker::MakeHits(TObject * data)
     TIter next(hits); 
     AliHMPIDHit * hit ; 
     while ( (hit = dynamic_cast<AliHMPIDHit *>(next())) ) {
-      if(hit->Pid()<500000) fhHitQdc->Fill(hit->Q()) ;
-      if(hit->Pid()<500000) fhHitMap[hit->Ch()]->Fill(hit->LorsX(),hit->LorsY());
+      if(hit->Pid()<500000) FillHitsData(0,hit->Q()) ;
+      if(hit->Pid()<500000) FillHitsData(hit->Ch()+1,hit->LorsX(),hit->LorsY());
     }
   } 
+  //
+}
+//___________________________________________________________________________
+void AliHMPIDQADataMaker::MakeHits(TTree * data)
+{
+//
+//Opening of the Hit TTree 
+//
+ TClonesArray *pHits=new TClonesArray("AliHMPIDHit");  data->SetBranchAddress("HMPID",&pHits);
+  for(Int_t iEnt=0;iEnt<data->GetEntriesFast();iEnt++){//entries loop
+    data->GetEntry(iEnt);
+    MakeHits(pHits);
+  }//entries loop
+  //
+  IncEvCountCycleHits();
+  IncEvCountTotalHits();
+  //
 }
 
 //____________________________________________________________________________
-void AliHMPIDQADataMaker::MakeDigits( TObject * data)
+void AliHMPIDQADataMaker::MakeDigits(TClonesArray * data)
 {
-  //fills QA histos for Digits
-  TObjArray *chambers = dynamic_cast<TObjArray*>(data);
-  if ( !chambers) {
+ //
+ //filling QA histos for Digits
+ //
+  TObjArray *chamber = dynamic_cast<TObjArray*>(data);
+  if ( !chamber) {
     AliError("Wrong type of digits container") ; 
   } else {
-    for(Int_t i =0; i< chambers->GetEntries(); i++)
+    for(Int_t i =0; i< chamber->GetEntries(); i++)
       {
-       TClonesArray * digits = dynamic_cast<TClonesArray*>(chambers->At(i)); 
-       fhDigChEvt->Fill(i,digits->GetEntriesFast()/(48.*80.*6.));
+       TClonesArray * digits = dynamic_cast<TClonesArray*>(chamber->At(i)); 
+       FillDigitsData(2,i,digits->GetEntriesFast()/(48.*80.*6.));
+        FillDigitsData(4,i,digits->GetEntriesFast()/(48.*80.*6.));
+        Double_t highQ=0;
        TIter next(digits); 
        AliHMPIDDigit * digit; 
        while ( (digit = dynamic_cast<AliHMPIDDigit *>(next())) ) {
-         fhDigPcEvt->Fill(10.*i+digit->Pc(),1./(48.*80.));
-         fhDigQ->Fill(digit->Q());
+         FillDigitsData(0,10.*i+digit->Pc(),1./(48.*80.));
+         FillDigitsData(1,digit->Q());
+          if(digit->Q()>highQ) highQ = digit->Q();
        }  
+       FillDigitsData(3,i,highQ);      
       }
   }
 }
+//___________________________________________________________________________
+void AliHMPIDQADataMaker::MakeDigits(TTree * data)
+{
+//
+//Opening the Digit Tree
+//
+ TObjArray *pObjDig=new TObjArray(AliHMPIDParam::kMaxCh+1);
+  for(Int_t iCh=AliHMPIDParam::kMinCh;iCh<=AliHMPIDParam::kMaxCh;iCh++){
+    TClonesArray *pCA=new TClonesArray("AliHMPIDDigit");
+    pObjDig->AddAt(pCA,iCh);
+  }
+
+  pObjDig->SetOwner(kTRUE);
+
+  for(Int_t iCh=AliHMPIDParam::kMinCh;iCh<=AliHMPIDParam::kMaxCh;iCh++){
+    data->SetBranchAddress(Form("HMPID%i",iCh),&(*pObjDig)[iCh]);
+  }
+  data->GetEntry(0);
+
+  MakeDigits((TClonesArray *)pObjDig);
+  //
+  IncEvCountCycleDigits();
+  IncEvCountTotalDigits();
+  //
+}
 
 //____________________________________________________________________________
-void AliHMPIDQADataMaker::MakeSDigits( TObject * data)
+
+void AliHMPIDQADataMaker::MakeRaws(AliRawReader *rawReader)
+{
+//
+// Filling Raws QA histos
+//
+  for(Int_t iCh=AliHMPIDParam::kMinCh;iCh<=AliHMPIDParam::kMaxCh;iCh++) {
+    AliHMPIDRawStream stream(rawReader);
+    while(stream.Next())
+      {
+      UInt_t ddl=stream.GetDDLNumber(); //returns 0,1,2 ... 13
+      if((UInt_t)(2*iCh)==ddl || (UInt_t)(2*iCh+1)==ddl) {
+       for(Int_t row = 1; row <= AliHMPIDRawStream::kNRows; row++){
+        for(Int_t dil = 1; dil <= AliHMPIDRawStream::kNDILOGICAdd; dil++){
+          for(Int_t pad = 0; pad < AliHMPIDRawStream::kNPadAdd; pad++){
+            if(stream.GetCharge(ddl,row,dil,pad) < 1) continue;
+              FillRawsData(ddl,stream.GetCharge(ddl,row,dil,pad));
+//              Printf("charge %i",stream.GetCharge(ddl,row,dil,pad));
+            }//pad
+          }//dil
+        }//row
+      }//while
+    }
+    for(Int_t iErr =1; iErr<(Int_t)AliHMPIDRawStream::kSumErr; iErr++){
+      Int_t errflag = stream.GetErrors(iErr);
+
+       if(errflag < 0) FillRawsData(14,(Int_t)AliHMPIDRawStream::kSumErr+0.5);
+       else if(errflag == 0) FillRawsData(14,(Int_t)AliHMPIDRawStream::kSumErr-0.5);
+       else FillRawsData(14,iErr-0.5);
+     }
+    stream.Delete();
+  }//chamber loop
+  //
+  IncEvCountCycleRaws();
+  IncEvCountTotalRaws();
+  //
+}
+
+//___________________________________________________________________________
+
+void AliHMPIDQADataMaker::MakeSDigits(TClonesArray * data)
 {
-  //fills QA histos for SDigits
+ //
+ //filling QA histos for SDigits
+ //
   TClonesArray * sdigits = dynamic_cast<TClonesArray *>(data) ; 
   if (!sdigits) {
     AliError("Wrong type of sdigits container") ; 
   } else {
-    AliHMPIDDigit *ref = (AliHMPIDDigit *)sdigits->At(0);
-    Float_t zero = ref->GetTrack(0); 
     TIter next(sdigits) ; 
     AliHMPIDDigit * sdigit ; 
     while ( (sdigit = dynamic_cast<AliHMPIDDigit *>(next())) ) {
-      fhSDigits->Fill(sdigit->Q()) ;
-      if(zero == sdigit->GetTrack(0)) continue;
-      else zero = sdigit->GetTrack(0);
+           FillSDigitsData(0,sdigit->Q());
     } 
   }
 }
+//___________________________________________________________________________
+void AliHMPIDQADataMaker::MakeSDigits(TTree * data)
+{
+  //
+  // Opening the SDigit Tree
+  //
+  TClonesArray * sdigits = new TClonesArray("AliHMPIDDigit", 1000) ;
 
+  TBranch * branch = data->GetBranch("HMPID") ;
+  if ( ! branch ) {
+    AliError("HMPID SDigit Tree not found") ;
+    return;
+  }
+  branch->SetAddress(&sdigits) ;
+  branch->GetEntry(0) ;
+  MakeSDigits(sdigits) ;
+  //
+  IncEvCountCycleSDigits();
+  IncEvCountTotalSDigits();
+  //
+}
 //____________________________________________________________________________
 void AliHMPIDQADataMaker::MakeRecPoints(TTree * clustersTree)
 {
-  //fills QA histos for clusters
-
+  //
+  //filling QA histos for clusters
+  //
   TClonesArray *clusters = new TClonesArray("AliHMPIDCluster");
   for(int i=AliHMPIDParam::kMinCh;i<=AliHMPIDParam::kMaxCh;i++){
     TBranch *branch = clustersTree->GetBranch(Form("HMPID%d",i));
     branch->SetAddress(&clusters);
     branch->GetEntry(0);
 
-    fhCluEvt->Fill(i,clusters->GetEntries());
+    FillRecPointsData(0,i,clusters->GetEntries());
     TIter next(clusters);
     AliHMPIDCluster *clu;
-    while ( (clu = dynamic_cast<AliHMPIDCluster *>(next())) ) {;
-      fhCluFlg->Fill(clu->Status());  fhCluChi2->Fill(clu->Chi2());  fhCluSize->Fill(clu->Size());
-      fhCluQ->Fill(clu->Q()); 
-      Int_t qCut=100;
-      if(clu->Q()>qCut) {
-       fhMipCluSize->SetTitle(Form("Mip cluster size at a Qcut = %i ADC",qCut));
-       fhMipCluSize->Fill(clu->Size());
-      }
+    while ( (clu = dynamic_cast<AliHMPIDCluster *>(next())) ) {
+      FillRecPointsData(1,clu->Chi2());
+      FillRecPointsData(2,clu->Status());
+      FillRecPointsData(3,clu->Size());
+      FillRecPointsData(4,clu->Q()); 
     }
   }
 
   clusters->Delete();
   delete clusters;
+  IncEvCountCycleRecPoints();
+  IncEvCountTotalRecPoints();
+  //
 }
 
 //____________________________________________________________________________
 void AliHMPIDQADataMaker::MakeESDs(AliESDEvent * esd)
 {
+  //
   //fills QA histos for ESD
+  //
   for(Int_t iTrk = 0 ; iTrk < esd->GetNumberOfTracks() ; iTrk++){
     AliESDtrack *pTrk = esd->GetTrack(iTrk) ;
-    fhCkovP->Fill(pTrk->GetP(),pTrk->GetHMPIDsignal());
-    fhSigP->Fill( pTrk->GetP(),TMath::Sqrt(pTrk->GetHMPIDchi2()));
+    Float_t thetaCkov = -999.;
+    if(pTrk->GetHMPIDsignal()<0.) thetaCkov = pTrk->GetHMPIDsignal();
+    else                          thetaCkov = pTrk->GetHMPIDsignal() - (Int_t)pTrk->GetHMPIDsignal();;
+    FillESDsData(0,pTrk->GetP(),thetaCkov);
+    FillESDsData(1, pTrk->GetP(),TMath::Sqrt(pTrk->GetHMPIDchi2()));
     Float_t xm,ym; Int_t q,np;  
     pTrk->GetHMPIDmip(xm,ym,q,np);                       //mip info
-    fhMipXY->Fill(xm,ym);
+    FillESDsData(2,xm,ym);
     Float_t xRad,yRad,th,ph;        
     pTrk->GetHMPIDtrk(xRad,yRad,th,ph);              //track info at the middle of the radiator
     Float_t xPc = xRad+9.25*TMath::Tan(th)*TMath::Cos(ph); // temporar: linear extrapol (B=0!)
     Float_t yPc = yRad+9.25*TMath::Tan(th)*TMath::Sin(ph); // temporar:          "
-    fhDifXY->Fill(xm-xPc,ym-yPc); //track info
+    FillESDsData(3,xm-xPc,ym-yPc); //track info
     Double_t pid[5] ;      pTrk->GetHMPIDpid(pid) ;
-    for(Int_t i = 0 ; i < 5 ; i++) fhPid[i]->Fill(pid[i]) ;
+    for(Int_t i = 0 ; i < 5 ; i++) FillESDsData(4+i,pid[i]) ;
   }
+  IncEvCountCycleESDs();
+  IncEvCountTotalESDs();
+  //
+}
+//____________________________________________________________________________
+void AliHMPIDQADataMaker::StartOfDetectorCycle()
+{
+  //Detector specific actions at start of cycle
+  
+}
+
+void AliHMPIDQADataMaker::EndOfDetectorCycle(AliQAv1::TASKINDEX task, TObjArray * obj)
+{
+  //Detector specific actions at end of cycle
+  // do the QA checking
+//  AliQAChecker::Instance()->Run(AliQAv1::kHMPID, task, obj) ;  
 }