]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDcreateDigits.C
New version of the test procedure
[u/mrichter/AliRoot.git] / TRD / AliTRDcreateDigits.C
index 39cc66944d418021e2fbdb859739af71d4d3fb9f..4d2194b251077f1e622383d0b4b0f9e619d5c62e 100644 (file)
@@ -16,8 +16,13 @@ Int_t AliTRDcreateDigits()
   // Create the TRD digitzer 
   AliTRDdigitizer *Digitizer = new AliTRDdigitizer("digitizer","Digitizer class");
 
-  // Set the parameter
-  Digitizer->SetDiffusion();
+  // Set the parameter  
+  Digitizer->SetGasGain(3300.);
+  Digitizer->SetChipGain(8.0);
+  Digitizer->SetNoise(1000.);
+  Digitizer->SetADCinRange(1000.);
+  Digitizer->SetADCoutRange(1023.);
+  Digitizer->SetADCthreshold(0);
   Digitizer->SetVerbose(1);
 
   // Create the digits