]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix of uninitialized variable (T.Kuhr)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Aug 2004 08:12:38 +0000 (08:12 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Aug 2004 08:12:38 +0000 (08:12 +0000)
PHOS/AliPHOSPIDv1.cxx

index ed75b36637bca0f318c40e848409bef8b932b6b2..603aa10125c6084acb9b45171f367214f98771ae 100644 (file)
@@ -618,6 +618,7 @@ void  AliPHOSPIDv1::MakePID()
     stof[AliESDtrack::kNeutron][index]  = fTFneutralhadron->Eval(recpar->ToF()) ; 
     stof[AliESDtrack::kEleCon][index]   = fTFphoton->Eval(recpar->ToF()) ; // a conversion electron has the photon ToF
     stof[AliESDtrack::kKaon0][index]    = 0 ; // do not know yet what to to with K0
+    stof[AliESDtrack::kMuon][index]     = 0 ; // do not know yet what to do with muon
 
   }
   for (index = 0 ; index < kSPECIES ; index++)