]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCFindTracks.C
Field conversion factor added.
[u/mrichter/AliRoot.git] / TPC / AliTPCFindTracks.C
index c636c54b46b9a2d9e7c3e345ed3398a2b3716e09..1c9f7712c3c822b6088055a8eefcd106e52659e9 100644 (file)
@@ -11,7 +11,9 @@
   #include "TStopwatch.h"
 #endif
 
-Int_t AliTPCFindTracks(Int_t eventn=1) { 
+Int_t AliTPCFindTracks(Int_t eventn=1) {
+
+AliKalmanTrack::SetConvConst(1000/0.299792458/gAlice->Field()->SolenoidField()); 
    cerr<<"Looking for tracks...\n";
 
    TFile *out=TFile::Open("AliTPCtracks.root","new");