]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
TotalMomentumEnergyLoss:
authorgosset <gosset@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Oct 2000 15:30:40 +0000 (15:30 +0000)
committergosset <gosset@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Oct 2000 15:30:40 +0000 (15:30 +0000)
correction for change in the absorber composition (JP Cussonneau)

MUON/AliMUONTrackParam.cxx

index 1558622b9820ead3242733cdd3a358141e6fc337..585a7f93e9d7bc4d0ac308aa262cf1055598677a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  2000/10/02 21:28:09  fca
+Removal of useless dependecies via forward declarations
+
 Revision 1.7  2000/10/02 16:58:29  egangler
 Cleaning of the code :
 -> coding conventions
@@ -427,6 +430,7 @@ Double_t AliMUONTrackParam::TotalMomentumEnergyLoss(Double_t rLimit, Double_t pT
       deltaP = 2.407 + 0.00702 * pTotal;
     }
   }
+  deltaP = 0.88 * deltaP; // !!!! changes in the absorber composition ????
   pTotalCorrected = pTotal + deltaP / TMath::Cos(theta);
   return pTotalCorrected;
 }