From: fca Date: Thu, 22 Jul 1999 05:49:06 +0000 (+0000) Subject: New TRD section X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=50772691801961868ddd618b01931e43dbaf0d02 New TRD section --- diff --git a/macros/Config.C b/macros/Config.C index ad462177221..76a3e6a2136 100644 --- a/macros/Config.C +++ b/macros/Config.C @@ -220,13 +220,10 @@ AliCASTOR *CASTOR = new AliCASTORv1("CASTOR","normal CASTOR"); if(iTRD) { //=================== TRD parameters ============================ -AliTRD *TRD = new AliTRDv2("TRD","TRD version 2"); +AliTRD *TRD = new AliTRDv0("TRD","TRD version 0"); // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2) TRD->SetGasMix(0); -// Define the sensitive parts of the detector -//TRD->SetSensPlane(3); -//TRD->SetSensChamber(2); -//TRD->SetSensSector(5); +TRD->SetHits(1); } if(iFMD) {