From 9cc36300bf5984c6774d82618227672560fc59fb Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 4 Jun 2003 14:49:56 +0000 Subject: [PATCH] Updated to correspond to Config.C (I.Hrivnacova) --- macros/g4Config.C | 1 + macros/g4ConfigCommon.C | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/macros/g4Config.C b/macros/g4Config.C index ca8d11188d8..fa3662fb9fd 100644 --- a/macros/g4Config.C +++ b/macros/g4Config.C @@ -50,6 +50,7 @@ void Config() // Switch on special cuts process geant4->ProcessGeantCommand("/mcPhysics/setSpecialCuts true"); + geant4->ProcessGeantCommand("/run/particle/applyCuts"); // ============================= // AliRoot setup diff --git a/macros/g4ConfigCommon.C b/macros/g4ConfigCommon.C index edc27f36156..c66eab74f11 100644 --- a/macros/g4ConfigCommon.C +++ b/macros/g4ConfigCommon.C @@ -131,7 +131,7 @@ void ConfigCommon(Bool_t interactiveSetup) Int_t iVZERO = 1; // ONLY FOR GEANT4 - + // Exclude detectors with temporary problem iCRT = 0; iEMCAL = 0; @@ -349,7 +349,7 @@ void ConfigCommon(Bool_t interactiveSetup) FMD->SetRingsSi1(256); FMD->SetRingsSi2(128); FMD->SetSectorsSi1(20); - FMD->SetSectorsSi2(24); + FMD->SetSectorsSi2(40); } if (iMUON) @@ -362,7 +362,7 @@ void ConfigCommon(Bool_t interactiveSetup) if (iPHOS) { - AliPHOS *PHOS = new AliPHOSv1("PHOS", "GPS2"); + AliPHOS *PHOS = new AliPHOSv1("PHOS", "IHEP"); } @@ -381,7 +381,7 @@ void ConfigCommon(Bool_t interactiveSetup) if (iEMCAL) { //=================== EMCAL parameters ============================ - AliEMCAL *EMCAL = new AliEMCALv1("EMCAL", "EMCALArch1a"); + AliEMCAL *EMCAL = new AliEMCALv1("EMCAL", "G56_2_55_19_104_14"); } if (iCRT) -- 2.31.1