From 44885bd612bbe747fd1a5de0890fdc5f9053d155 Mon Sep 17 00:00:00 2001 From: fca Date: Wed, 26 Apr 2000 09:02:04 +0000 Subject: [PATCH] Remove ZDC and FMD by default --- macros/Config.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/Config.C b/macros/Config.C index 4393e28ecc9..a1b824b30ea 100644 --- a/macros/Config.C +++ b/macros/Config.C @@ -64,7 +64,7 @@ Int_t iITS=1; Int_t iTPC=1; Int_t iTOF=1; Int_t iRICH=1; -Int_t iZDC=1; +Int_t iZDC=0; Int_t iCASTOR=1; Int_t iTRD=1; Int_t iABSO=1; @@ -73,7 +73,7 @@ Int_t iHALL=1; Int_t iFRAME=1; Int_t iSHIL=1; Int_t iPIPE=1; -Int_t iFMD=1; +Int_t iFMD=0; Int_t iMUON=1; Int_t iPHOS=1; Int_t iPMD=1; -- 2.39.3