]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing obsolete TRD calls
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 6 May 2006 18:57:40 +0000 (18:57 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 6 May 2006 18:57:40 +0000 (18:57 +0000)
macros/Config.C
macros/ConfigBeautyPPR.C
macros/ConfigCharmPPR.C
macros/ConfigHBT.C
macros/ConfigPPR.C
macros/Config_PDC06.C
macros/Config_PythiaHeavyFlavours.C

index 76f3f23fc76f2cb5a950f3d528be7e5d0bb53c55..c2483a62a98c64ca3df0ed4b11e3bba4a789e593 100644 (file)
@@ -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)
index bfb8ef762712a8ddf348da3a0e16d33f7ccaa15b..3cd1e98987412a6e816d88475daa1b111ac22eb4 100644 (file)
@@ -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) {
index f58830d4a94a9496451540a0b79d0971e19c9e06..1776304265827b68a1651515246c127556cb0fe1 100644 (file)
@@ -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) {
index c5bac321a35aa9d8d74b9f024169a811e5fd267e..9beab063a17c489cd09999fb8c5a2c2ae5d42bf4 100644 (file)
@@ -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)
index a26f4a2351622bdc560c1036128d6dd5e728fdee..66d808e0e9f9fafd5f2c05a36fc627d56c04e4e0 100644 (file)
@@ -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)
index b783da11ed2bfc1485180cc3f3de90318e8876a7..1a31af0ccff67f50882c8253b2622dde81c65fe6 100644 (file)
@@ -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)
index 177e075c0fd04b30c7a95714b8786d176550a5e6..2638a4a40b09cd23e821379dda58aedc9b43b585 100644 (file)
@@ -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) {