]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New Config files for the new version of TRD.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Jun 1999 12:23:43 +0000 (12:23 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Jun 1999 12:23:43 +0000 (12:23 +0000)
macros/Config.C
macros/Config_a.C

index 2223f65d2c2b7c501184d3d59ff59f7096d2c5dd..091e80aba920fa857682d631d4c8216c857f2053 100644 (file)
@@ -68,7 +68,7 @@ Int_t iTRD=1;
 Int_t iABSO=1;
 Int_t iDIPO=1;
 Int_t iHALL=1;
-Int_t iFRAME=0;
+Int_t iFRAME=1;
 Int_t iSHIL=1;
 Int_t iPIPE=1;
 Int_t iFMD=1;
@@ -156,6 +156,12 @@ if(iTRD) {
 //=================== TRD parameters ============================
 
 AliTRD *TRD  = new AliTRDv2("TRD","TRD version 2");
+// 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);
 }
 
 
@@ -179,7 +185,7 @@ AliHALL *HALL  = new AliHALL("HALL","Alice Hall");
 
 if(iFRAME) {
 //=================== FRAME parameters ============================
-AliFRAME *FRAME  = new AliFRAMEv0("FRAME","Space Frame");
+AliFRAME *FRAME  = new AliFRAMEv1("FRAME","Space Frame");
 }
 
 if(iSHIL) {
index 4f17ad046203b1f6cb528dfea85b7ce2d785e2d5..a2dba22d95d7c8e5bfcff1d5cecde4d54510143d 100644 (file)
@@ -286,6 +286,12 @@ if(iTRD) {
 //=================== TRD parameters ============================
 
 AliTRD *TRD  = new AliTRDv2("TRD","TRD version 2");
+// 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);
 }