From f7882672a1e70bf5fc89a643a9ec3fa319b6d9e7 Mon Sep 17 00:00:00 2001 From: fca Date: Sat, 23 Aug 2008 20:57:24 +0000 Subject: [PATCH] ACORDEv1 is now the default --- ACORDE/macros/Config.C | 2 +- BCM/Config_BCM.C | 2 +- EMCAL/macros/Config.C | 4 ++-- EVE/EveHLT/AliEveHOMERSource.cxx | 1 + FMD/Config.C | 4 ++-- FMD/scripts/DummyConfig.C | 2 +- HMPID/Hconfig.C | 2 +- HMPID/Hnew.C | 2 +- MONITOR/galice.C | 2 +- PHOS/ConfigTestSuite.C | 2 +- PHOS/macros/AlignmentDB/Config.C | 4 ++-- PHOS/macros/testSuite/ConfigTestSuite.C | 2 +- PHOS/macros/testSuite/ConfigTestSuiteHij.C | 2 +- STEER/AliHeader.cxx | 1 + TFluka/macro/FlukaConfig.C | 2 +- TOF/AliTOFconfig.C | 4 ++-- TPC/ConfigKr.C | 4 ++-- TPHIC/ConfigTPHIC.C | 2 +- TRD/Macros/AliTRDConfigPID.C | 4 ++-- ZDC/ConfigGenZDC.C | 2 +- macros/ConfigPPR.C | 4 ++-- macros/Config_AliGenCosmicsParam.C | 4 ++-- macros/Config_PDC06.C | 4 ++-- macros/g4ConfigCommon.C | 2 +- test/PbPbbench/Config.C | 4 ++-- test/QA/Config.C | 2 +- test/genkine/sim/Config.C | 4 ++-- test/gun/Config.C | 4 ++-- test/merge/backgr/Config.C | 4 ++-- test/merge/signal/Config.C | 4 ++-- test/ppbench/Config.C | 4 ++-- test/pploadlibs/Config.C | 4 ++-- 32 files changed, 48 insertions(+), 46 deletions(-) diff --git a/ACORDE/macros/Config.C b/ACORDE/macros/Config.C index 0892af65fa0..806dc2dccd8 100644 --- a/ACORDE/macros/Config.C +++ b/ACORDE/macros/Config.C @@ -924,7 +924,7 @@ void Config() //=================== ACORDE parameters ============================ - AliACORDE *ACORDE = new AliACORDEv0("ACORDE", "normal ACORDE"); + AliACORDE *ACORDE = new AliACORDEv1("ACORDE", "normal ACORDE"); // ACORDE->SetITSGeometry(kTRUE); diff --git a/BCM/Config_BCM.C b/BCM/Config_BCM.C index 5b898cb5a20..7041c580fd3 100644 --- a/BCM/Config_BCM.C +++ b/BCM/Config_BCM.C @@ -394,7 +394,7 @@ void Config() if (iACORDE) { //=================== ACORDE parameters ============================ - AliACORDE *ACORDE = new AliACORDEv0("ACORDE", "normal ACORDE"); + AliACORDE *ACORDE = new AliACORDEv1("ACORDE", "normal ACORDE"); } if (iVZERO) diff --git a/EMCAL/macros/Config.C b/EMCAL/macros/Config.C index 53a34997727..228e40a8d79 100755 --- a/EMCAL/macros/Config.C +++ b/EMCAL/macros/Config.C @@ -38,7 +38,7 @@ #include "PMD/AliPMDv1.h" #include "T0/AliT0v1.h" #include "EMCAL/AliEMCALv2.h" -#include "ACORDE/AliACORDEv0.h" +#include "ACORDE/AliACORDEv1.h" #include "VZERO/AliVZEROv7.h" #endif @@ -319,7 +319,7 @@ void Config() if (iACORDE) { //=================== ACORDE parameters ============================ - AliACORDE *ACORDE = new AliACORDEv0("ACORDE", "normal ACORDE"); + AliACORDE *ACORDE = new AliACORDEv1("ACORDE", "normal ACORDE"); } if (iVZERO) diff --git a/EVE/EveHLT/AliEveHOMERSource.cxx b/EVE/EveHLT/AliEveHOMERSource.cxx index b02c10c06be..2095d4ae305 100644 --- a/EVE/EveHLT/AliEveHOMERSource.cxx +++ b/EVE/EveHLT/AliEveHOMERSource.cxx @@ -34,4 +34,5 @@ Bool_t AliEveHOMERSource::SetRnrState(Bool_t rnr) fSrcState->fState = rnr; return TEveElement::SetRnrState(rnr); + return kTRUE; } diff --git a/FMD/Config.C b/FMD/Config.C index 0460c490047..88efeace803 100644 --- a/FMD/Config.C +++ b/FMD/Config.C @@ -58,7 +58,7 @@ #include "PMD/AliPMDv1.h" #include "T0/AliT0v1.h" #include "EMCAL/AliEMCALv2.h" -#include "ACORDE/AliACORDEv0.h" +#include "ACORDE/AliACORDEv1.h" #include "VZERO/AliVZEROv2.h" #endif @@ -703,7 +703,7 @@ Config() if (useACORDE) { // =================== ACORDE parameters ============================ - AliACORDE *ACORDE = new AliACORDEv0("ACORDE", "normal ACORDE"); + AliACORDE *ACORDE = new AliACORDEv1("ACORDE", "normal ACORDE"); } if (useVZERO) { diff --git a/FMD/scripts/DummyConfig.C b/FMD/scripts/DummyConfig.C index de3fb0fea9c..fd66eaca8e9 100644 --- a/FMD/scripts/DummyConfig.C +++ b/FMD/scripts/DummyConfig.C @@ -649,7 +649,7 @@ Config() if (useACORDE) { // =================== ACORDE parameters ============================ - AliACORDE *ACORDE = new AliACORDEv0("ACORDE", "normal ACORDE"); + AliACORDE *ACORDE = new AliACORDEv1("ACORDE", "normal ACORDE"); } if (useVZERO) { diff --git a/HMPID/Hconfig.C b/HMPID/Hconfig.C index d23882838da..594ae588a50 100644 --- a/HMPID/Hconfig.C +++ b/HMPID/Hconfig.C @@ -507,7 +507,7 @@ void HmpConfig::WriteDet(FILE *pF) //different phase space detectors if(fDetBG->GetButton(kPHOS )->GetState()) fprintf(pF,"\n AliPHOS *PHOS = new AliPHOSv1(\"PHOS\",\"IHEP\");\n"); if(fDetBG->GetButton(kEMCAL)->GetState()) fprintf(pF,"\n AliEMCAL *EMCAL = new AliEMCALv2(\"EMCAL\",\"SHISH_77_TRD1_2X2_FINAL_110DEG\");\n"); - if(fDetBG->GetButton(kACORDE )->GetState()) fprintf(pF,"\n AliACORDE *ACORDE = new AliACORDEv0(\"ACORDE\",\"normal ACORDE\");\n"); + if(fDetBG->GetButton(kACORDE )->GetState()) fprintf(pF,"\n AliACORDE *ACORDE = new AliACORDEv1(\"ACORDE\",\"normal ACORDE\");\n"); } //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ void HmpConfig::GuiBatch(TGHorizontalFrame *pMainF) diff --git a/HMPID/Hnew.C b/HMPID/Hnew.C index 4e944650af9..47b394f4cb7 100644 --- a/HMPID/Hnew.C +++ b/HMPID/Hnew.C @@ -352,7 +352,7 @@ void HmpGui::CreateConfigC() if(fDetBG->GetButton(kZDC )->GetState()) f<GetButton(kPHOS )->GetState()) f<GetButton(kEMCAL)->GetState()) f<GetButton(kACRD )->GetState()) f<GetButton(kACRD )->GetState()) f< HMPID private config\",\"Stop\\n\\n\\n\");\n"); f<