]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
All detectors switched on again (AM)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Apr 2000 08:13:18 +0000 (08:13 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Apr 2000 08:13:18 +0000 (08:13 +0000)
macros/Config.C

index a45c80b1bf9258a0dbf464facdb110bfa43a87c8..4393e28ecc90fa64a27312fafef7c91f41988a8c 100644 (file)
@@ -59,25 +59,25 @@ gener->Init();
 
 gAlice->SetField(-999,2);    //Specify maximum magnetic field in Tesla (neg. ==> default field)
 
-Int_t iMAG=0;
-Int_t iITS=0;
-Int_t iTPC=0;
-Int_t iTOF=0;
+Int_t iMAG=1;
+Int_t iITS=1;
+Int_t iTPC=1;
+Int_t iTOF=1;
 Int_t iRICH=1;
-Int_t iZDC=0;
-Int_t iCASTOR=0;
-Int_t iTRD=0;
-Int_t iABSO=0;
-Int_t iDIPO=0;
-Int_t iHALL=0;
-Int_t iFRAME=0;
-Int_t iSHIL=0;
-Int_t iPIPE=0;
-Int_t iFMD=0;
-Int_t iMUON=0;
-Int_t iPHOS=0;
-Int_t iPMD=0;
-Int_t iSTART=0;
+Int_t iZDC=1;
+Int_t iCASTOR=1;
+Int_t iTRD=1;
+Int_t iABSO=1;
+Int_t iDIPO=1;
+Int_t iHALL=1;
+Int_t iFRAME=1;
+Int_t iSHIL=1;
+Int_t iPIPE=1;
+Int_t iFMD=1;
+Int_t iMUON=1;
+Int_t iPHOS=1;
+Int_t iPMD=1;
+Int_t iSTART=1;
 
 //=================== Alice BODY parameters =============================
 AliBODY *BODY = new AliBODY("BODY","Alice envelop");