]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliMUONFastTracking.cxx
set refrence PMT=2 if LHC10bc
[u/mrichter/AliRoot.git] / FASTSIM / AliMUONFastTracking.cxx
index 2b4f90dceefc671983a95923bc88fee047c6e6bd..c38b83e4abf3fd9a17911ea99d8bb7fef114a2c0 100644 (file)
 #include "AliMUONFastTracking.h"
 #include "AliMUONFastTrackingEntry.h"
 
+using std::cout;
+using std::endl;
 ClassImp(AliMUONFastTracking)
 
 
 AliMUONFastTracking* AliMUONFastTracking::fgMUONFastTracking=NULL;
 
 static Double_t FitP(Double_t *x, Double_t *par){
+// Fit function
     Double_t dx = x[0] - par[0];
     Double_t dx2 = x[0] - par[4];
     Double_t sigma = par[1] * ( 1 + par[2] * dx);