]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New TRD section
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Jul 1999 05:49:06 +0000 (05:49 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Jul 1999 05:49:06 +0000 (05:49 +0000)
macros/Config.C

index ad4621772214701ccef2d5453bfa4e61ece81b49..76a3e6a2136867d1b4445002033e8977db851f86 100644 (file)
@@ -220,13 +220,10 @@ AliCASTOR *CASTOR  = new AliCASTORv1("CASTOR","normal CASTOR");
 if(iTRD) {
 //=================== TRD parameters ============================
 
 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);
 // 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) {
 }
 
 if(iFMD) {