]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Set ADC baseline back to 0 for the time being, just to be consistent with reconstruction
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Mar 2007 15:44:04 +0000 (15:44 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Mar 2007 15:44:04 +0000 (15:44 +0000)
TRD/AliTRDSimParam.cxx

index bbd6a8b3d5327b52515db7e4f4d22b7aba2c215f..2b30b366324b39bb058f0d947e5a59186d4d0309 100644 (file)
@@ -123,7 +123,9 @@ void AliTRDSimParam::Init()
   fADCoutRange       = 1023.0;          // 10-bit ADC
   fADCinRange        = 2000.0;          // 2V input range
   fADCthreshold      =    3;
-  fADCbaseline       =   10;
+  // Go back to 0 again, just to be consistent with reconstruction
+  fADCbaseline       =    0;
+  //fADCbaseline       =   10;
 
   // Diffusion on
   fDiffusionOn       = kTRUE;