]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDSimParam.cxx
- added configuration handler for TRAP configuration (Uwe)
[u/mrichter/AliRoot.git] / TRD / AliTRDSimParam.cxx
index 3016a80d0a6d08a75f33972f7d5818c8fbb143f5..4481690c9678958e48a951c5ad29528100466765 100644 (file)
@@ -122,9 +122,7 @@ void AliTRDSimParam::Init()
   fNoise             = 1250.0;
   fADCoutRange       = 1023.0;          // 10-bit ADC
   fADCinRange        = 2000.0;          // 2V input range
-  // Go back to 0 again, just to be consistent with reconstruction
-  fADCbaseline       =      0;
-  //fADCbaseline       =   10;
+  fADCbaseline       =   10;
 
   // Diffusion on
   fDiffusionOn       = kTRUE;
@@ -154,7 +152,7 @@ void AliTRDSimParam::Init()
   fPRFOn             = kTRUE;
 
   // The number of time bins
-  fNTimeBins         = 24;
+  fNTimeBins         = 30;
 
   ReInit();