]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TRD/AliTRDconfigPPR.C
Logging of Debug, Info and Error Messages follwing AliRoot Standard http://aliweb...
[u/mrichter/AliRoot.git] / TRD / AliTRDconfigPPR.C
CommitLineData
d72b20e2 1if (iTRD) {
2
3 //=================== TRD parameters ============================
4
5 AliTRD *TRD = new AliTRDv1("TRD","TRD slow simulator");
6
7 // Select the gas mixture (0: 97% Xe + 3% isobutane, 1: 90% Xe + 10% CO2)
8 TRD->SetGasMix(1);
9
10 // Switch on TR
11 AliTRDsim *TRDsim = TRD->CreateTR();
12
13}