1 void Config(Int_t version)
3 gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libTRD");
7 case 0: TRD = new AliTRDv0("TRD", "TRDv0 detector"); break;
8 case 1: TRD = new AliTRDv1("TRD","TRD slow simulator"); break;
11 //=================== TRD parameters ============================
13 //AliTRD *TRD = new AliTRDv1("TRD","TRD slow simulator");
15 // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2)
18 // With hole in front of PHOS
20 // With hole in front of RICH
23 AliTRDsim *TRDsim = TRD->CreateTR();