]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/TPCLoader.cxx
Added hacks to allow removal of noisy pads.
[u/mrichter/AliRoot.git] / EVE / Alieve / TPCLoader.cxx
index 7b091257efd9df34197c90411835c434e2e635e8..d7161d2b35a636342d293d15e84e568295c0885a 100644 (file)
@@ -158,6 +158,11 @@ void TPCLoader::UpdateSectors()
        if(fDoubleSR)
          s->SetMaxTime(1023);
 
+       // Hack for front/back pulse
+       s->SetMinTime(50);
+       s->SetMaxTime(980);
+       s->SetThreshold(10);
+
        s->SetTrans(kTRUE);
        s->SetFrameColor(36);