]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix compiler warning
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Jun 2009 17:33:15 +0000 (17:33 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Jun 2009 17:33:15 +0000 (17:33 +0000)
TRD/AliTRDQAChecker.cxx

index 14ae0b68c4bc61de2454ecd1abc8b2f930f8a488..15b6ce9ed730684aa4ca33f28840d0e60ba79602 100644 (file)
@@ -53,7 +53,7 @@ Double_t * AliTRDQAChecker::Check(AliQAv1::ALITASK_t index, TObjArray ** list)
 
   //Int_t count[AliRecoParam::kNSpecies] = { 0 }; 
 
-  if (index != AliQAv1::kRECPOINTS) return test;
+  if (index != AliQAv1::kREC) return test;
 
   const Double_t lowAmp = 30;
   const Double_t highAmp = 50;