]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Reverting to the correct version of the code
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Nov 2002 09:09:39 +0000 (09:09 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Nov 2002 09:09:39 +0000 (09:09 +0000)
TPC/AliTPCComparison.C

index a12eabf2f6728e4b19c546f7b6c90b787a87b21c..e938a881f15811290f0fb8e7e000b2df710bb91a 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef __CINT__
   #include "alles.h"
   #include "AliTPCtracker.h"
-  #include <AliMagF.h>
 #endif
 
 struct GoodTrackTPC {
@@ -24,7 +23,7 @@ struct GoodTrackTPC {
 Int_t AliTPCComparison(Int_t event=0) {
 
    cerr<<"Doing comparison...\n";
-   AliKalmanTrack::SetConvConst(1000/0.299792458/gAlice->Field()->SolenoidField());
+
    const Int_t MAX=20000;
    Int_t good_tracks_tpc(GoodTrackTPC *gt, const Int_t max, const Int_t event);
 
@@ -353,8 +352,6 @@ Int_t good_tracks_tpc(GoodTrackTPC *gt, const Int_t max, const Int_t event) {
      break;
    case 2:
      {
-       TFile fff("galice.root");
-        
       char dname[100]; sprintf(dname,"TreeD_75x40_100x60_150x60_%d",event);
       TTree *TD=(TTree*)gDirectory->Get(dname);
       AliSimDigits da, *digits=&da;