]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/MakeVZERORecoParam.C
Reducing the search window used to find the max in the ADC samples. Needed because...
[u/mrichter/AliRoot.git] / VZERO / MakeVZERORecoParam.C
index 2c95a7cf7513515f25e03338ff1d472cd9cbb6ab..4b8ab37f6544d5e467ac306257d038b9638ef359 100644 (file)
@@ -22,6 +22,9 @@ void MakeVZERORecoParam(AliRecoParam::EventSpecie_t default=AliRecoParam::kLowMu
   }
   {
     AliVZERORecoParam * vzeroRecoParam = new AliVZERORecoParam;
+    // the following two settings are needed to high lumi runs in 2011
+    vzeroRecoParam->SetStartClock(9);
+    vzeroRecoParam->SetEndClock(11);
     vzeroRecoParam->SetEventSpecie(AliRecoParam::kLowMult);
     recoParamArray->AddLast(vzeroRecoParam);
   }