]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/macros/TestV0.C
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / TPC / macros / TestV0.C
index e485a1dda89aaf51f26782f1fc0abbaafdeb6b61..0da8ae310318edeafc59f3c2c1bde10885c0a0da 100644 (file)
@@ -53,10 +53,6 @@ AliAnalysisManager * SetupV0Task() {
   TStopwatch stopwatch;
   stopwatch.Start();
   //
-  // set magnetic field form the cosmos - it should be provided by framework
-  AliMagFMaps* field = new AliMagFMaps("Maps","Maps", 2, 1., 10., 2);
-  AliTracker::SetFieldMap(field,0);
-  //
   AliAnalysisManager *mgr=new AliAnalysisManager("TestManager");
 
   AliESDInputHandler* esdH=new AliESDInputHandler;