]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Set baseline back to 10
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Sep 2009 08:21:25 +0000 (08:21 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Sep 2009 08:21:25 +0000 (08:21 +0000)
TRD/AliTRDSimParam.cxx
TRD/AliTRDtrapConfig.cxx

index 3016a80d0a6d08a75f33972f7d5818c8fbb143f5..bf9cb90286a041e5af42e5731e877208af427788 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;
index 8503813aa2d8fcab9512109e0dddb6cb7fbe505b..a6c36dde886fbd96fb213b5362b44afe5cdd9528 100644 (file)
@@ -679,16 +679,16 @@ Bool_t AliTRDtrapConfig::LoadConfig()
   SetTrapReg(kTPFE, 20);\r
   SetTrapReg(kTPVBY, 0);\r
   SetTrapReg(kTPVT, 10);\r
-  SetTrapReg(kTPHT, 30);\r
-  SetTrapReg(kTPFP, 0);\r
+  SetTrapReg(kTPHT, 60);\r
+  SetTrapReg(kTPFP, 10);\r
   SetTrapReg(kTPCL, 1);\r
   SetTrapReg(kTPCT, 8);\r
   \r
   // event buffer\r
   SetTrapReg(kEBSF, 1);  // 0: store filtered; 1: store unfiltered\r
   // zs applied to data stored in event buffer (sel. by EBSF)\r
-  SetTrapReg(kEBIS, 5 << 2); // single indicator threshold (plus two digits)\r
-  SetTrapReg(kEBIT, 20 << 2); // sum indicator threshold (plus two digits)\r
+  SetTrapReg(kEBIS, 15 << 2); // single indicator threshold (plus two digits)\r
+  SetTrapReg(kEBIT, 30 << 2); // sum indicator threshold (plus two digits)\r
   SetTrapReg(kEBIL, 0xf0);   // lookup table\r
   SetTrapReg(kEBIN, 0);      // neighbour sensitivity\r
 \r