]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - doc/aliroot-primer/scripts/Config.C
Update master to aliroot
[u/mrichter/AliRoot.git] / doc / aliroot-primer / scripts / Config.C
index 850a212761c29576fea0be4795cf034cc092c20b..8d70ac10e6896bf9178183990472cd7428c4f722 100644 (file)
@@ -112,7 +112,7 @@ void Config()
   gener->Init(); // Initialization of the coctail generator
 
   // Field (the last parameter is 1 => L3 0.4 T)
-  TGeoGlobalMagField::Instance()->SetField(new AliMagF("Maps","Maps", 2, -1., -1., 10., AliMagF::k5kG));
+  TGeoGlobalMagField::Instance()->SetField(new AliMagF("Maps","Maps", -1., -1., AliMagF::k5kG));
 
   // Make sure the current ROOT directory is in galice.root 
   rl->CdGAFile();
@@ -173,7 +173,7 @@ void Config()
   AliT0 *T0 = new AliT0v1("T0", "T0 Detector");  // T0
 
   // EMCAL
-  AliEMCAL *EMCAL = new AliEMCALv2("EMCAL", "EMCAL_COMPLETE");
+  AliEMCAL *EMCAL = new AliEMCALv2("EMCAL", "EMCAL_COMPLETEV1");
 
   AliVZERO *VZERO = new AliVZEROv7("VZERO", "normal VZERO");    // VZERO
 }