]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/Config.C
Removing obsolete TRD calls
[u/mrichter/AliRoot.git] / macros / Config.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)