]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug Correction
authorskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Sep 2003 13:53:51 +0000 (13:53 +0000)
committerskowron <skowron@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Sep 2003 13:53:51 +0000 (13:53 +0000)
HBTAN/AliHBTPair.cxx

index fe6490be6669afbab7a6b62dd9a012ead3557b45..a385fb6edee094a26caefd3d8112b4985f1deac9 100644 (file)
@@ -310,6 +310,7 @@ Double_t AliHBTPair::GetLLWeight()
   if (ffLLWeightNotCalc)
    {
       fLLWeight = AliHBTLLWeights::Instance()->GetWeight(this);
+      ffLLWeightNotCalc = kFALSE;
    }
   return fLLWeight; 
 }