]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/AliHMPIDQADataMakerRec.cxx
QA local OCDB
[u/mrichter/AliRoot.git] / HMPID / AliHMPIDQADataMakerRec.cxx
index 642b03f952ddade06798b568bc5f3114ded797c5..a2b26c251f4afd694b98185efd0e49898c03f318 100644 (file)
@@ -268,13 +268,15 @@ void AliHMPIDQADataMakerRec::EndOfDetectorCycle(AliQA::TASKINDEX_t task, TObjArr
 {
   //Detector specific actions at end of cycle
   // do the QA checking
- //  AliQAChecker::Instance()->Run(AliQA::kHMPID, task, obj);
-
+  
   if(task==AliQA::kRAWS) {
     for(Int_t iddl=0;iddl<14;iddl++) {
      TH1F *h = (TH1F*)histos->At(14+iddl); //ddl histos scaled by the number of events 
      h->Scale(1./(Float_t)fEvtRaw);
     }
   }
+  
+   AliQAChecker::Instance()->Run(AliQA::kHMPID, task, histos);
+
 }