]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackExtrap.h
- Added the possibility to disable the Branson and/or energy loss correction(s) in...
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackExtrap.h
index 7ffdc54e87f1bc7f4cd9f2a838609e01db9f0e29..7faf95dfe0b1efe9f874b6a2f81dc360b8834ddc 100644 (file)
@@ -37,7 +37,10 @@ class AliMUONTrackExtrap : public TObject
   static void ExtrapToZCov(AliMUONTrackParam* trackParam, Double_t zEnd);
   static void ExtrapToStation(AliMUONTrackParam *trackParamIn, Int_t station, AliMUONTrackParam *trackParamOut);
   static void ExtrapToVertexUncorrected(AliMUONTrackParam* trackParam, Double_t zVtx);
-  static void ExtrapToVertex(AliMUONTrackParam *trackParam, Double_t xVtx, Double_t yVtx, Double_t zVtx);
+  static void ExtrapToVertex(AliMUONTrackParam *trackParam, Double_t xVtx, Double_t yVtx, Double_t zVtx,
+                            Bool_t CorrectForMCS = kTRUE, Bool_t CorrectForEnergyLoss = kTRUE);
+  
+  static Double_t TotalMomentumEnergyLoss(AliMUONTrackParam* trackParam, Double_t xVtx, Double_t yVtx, Double_t zVtx);
   
   static void AddMCSEffect(AliMUONTrackParam *param, Double_t dZ, Double_t x0);