]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
By default, the tracking is done with the non-uniform field
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 May 2008 13:27:12 +0000 (13:27 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 May 2008 13:27:12 +0000 (13:27 +0000)
STEER/AliReconstruction.cxx

index f4ed157b68e648edb36e1d650bf132dcd6ab720a..6499bd1a2ad1e5c60a343e850f1567f60c8aa11c 100644 (file)
@@ -199,7 +199,7 @@ AliReconstruction::AliReconstruction(const char* gAliceFilename,
                                     const char* name, const char* title) :
   TNamed(name, title),
 
-  fUniformField(kTRUE),
+  fUniformField(kFALSE),
   fRunVertexFinder(kTRUE),
   fRunVertexFinderTracks(kTRUE),
   fRunHLTTracking(kFALSE),