]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
correction naming of QA data object
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 May 2009 15:34:48 +0000 (15:34 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 13 May 2009 15:34:48 +0000 (15:34 +0000)
STEER/AliQADataMaker.cxx

index 22aba349da03ed93e0de79a2633e674b5bbe2f19..889cf13320f3f97fead95d8b9e16a47a0c073e64 100644 (file)
@@ -114,7 +114,7 @@ Int_t AliQADataMaker::Add2List(TH1 * hist, const Int_t index, TObjArray ** list,
       histClone[specie]->SetDirectory(0) ; 
       list[specie]->AddAtAndExpand(histClone[specie], index) ; 
       if(saveForCorr) {  
-        char * name = Form("%s_%s", list[AliRecoParam::kDefault]->GetName(), hist->GetName()) ;  
+        char * name = Form("%s_%s", list[AliRecoParam::AConvert(AliRecoParam::kDefault)]->GetName(), hist->GetName()) ;  
         TParameter<double> * p = new TParameter<double>(name, 9999.9999) ;
         if ( fParameterList[specie] == NULL )
           fParameterList[specie] = new TList() ;