From a71d639a3be58e8808566f4d976627187949e351 Mon Sep 17 00:00:00 2001 From: hristov Date: Sat, 6 May 2006 18:57:40 +0000 Subject: [PATCH] Removing obsolete TRD calls --- macros/Config.C | 5 ----- macros/ConfigBeautyPPR.C | 6 ------ macros/ConfigCharmPPR.C | 6 ------ macros/ConfigHBT.C | 6 ------ macros/ConfigPPR.C | 5 ----- macros/Config_PDC06.C | 5 ----- macros/Config_PythiaHeavyFlavours.C | 6 ------ 7 files changed, 39 deletions(-) diff --git a/macros/Config.C b/macros/Config.C index 76f3f23fc76..c2483a62a98 100644 --- a/macros/Config.C +++ b/macros/Config.C @@ -325,11 +325,6 @@ void Config() //=================== TRD parameters ============================ AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); } if (iFMD) diff --git a/macros/ConfigBeautyPPR.C b/macros/ConfigBeautyPPR.C index bfb8ef76271..3cd1e989874 100644 --- a/macros/ConfigBeautyPPR.C +++ b/macros/ConfigBeautyPPR.C @@ -333,12 +333,6 @@ void Config() //=================== TRD parameters ============================ AliTRD *TRD = new AliTRDv1("TRD","TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); } if(iFMD) { diff --git a/macros/ConfigCharmPPR.C b/macros/ConfigCharmPPR.C index f58830d4a94..17763042658 100644 --- a/macros/ConfigCharmPPR.C +++ b/macros/ConfigCharmPPR.C @@ -332,12 +332,6 @@ void Config() //=================== TRD parameters ============================ AliTRD *TRD = new AliTRDv1("TRD","TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); } if(iFMD) { diff --git a/macros/ConfigHBT.C b/macros/ConfigHBT.C index c5bac321a35..9beab063a17 100644 --- a/macros/ConfigHBT.C +++ b/macros/ConfigHBT.C @@ -411,12 +411,6 @@ void Config() //=================== TRD parameters ============================ AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); } if (iFMD) diff --git a/macros/ConfigPPR.C b/macros/ConfigPPR.C index a26f4a23516..66d808e0e9f 100644 --- a/macros/ConfigPPR.C +++ b/macros/ConfigPPR.C @@ -444,11 +444,6 @@ void Config() //=================== TRD parameters ============================ AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); } if (iFMD) diff --git a/macros/Config_PDC06.C b/macros/Config_PDC06.C index b783da11ed2..1a31af0ccff 100644 --- a/macros/Config_PDC06.C +++ b/macros/Config_PDC06.C @@ -513,11 +513,6 @@ void Config() //=================== TRD parameters ============================ AliTRD *TRD = new AliTRDv1("TRD", "TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); } if (iFMD) diff --git a/macros/Config_PythiaHeavyFlavours.C b/macros/Config_PythiaHeavyFlavours.C index 177e075c0fd..2638a4a40b0 100644 --- a/macros/Config_PythiaHeavyFlavours.C +++ b/macros/Config_PythiaHeavyFlavours.C @@ -477,12 +477,6 @@ void Config() //=================== TRD parameters ============================ AliTRD *TRD = new AliTRDv1("TRD","TRD slow simulator"); - - // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) - TRD->SetGasMix(1); - - // Switch on TR - AliTRDsim *TRDsim = TRD->CreateTR(); } if(iFMD) { -- 2.31.1