]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Enlarging the beam-beam time windows in order to minimize the impact of the V0AND...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Feb 2010 13:07:18 +0000 (13:07 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 11 Feb 2010 13:07:18 +0000 (13:07 +0000)
ANALYSIS/AliTriggerAnalysis.cxx

index 86b1cac29ac89bd4151b92d41b95ba7e9e262520..0c41e1a9a9a174c72005f58bed9f541490deab4b 100644 (file)
@@ -712,17 +712,17 @@ AliTriggerAnalysis::V0Decision AliTriggerAnalysis::V0Trigger(const AliESDEvent*
   
   if (side == kASide)
   {
-    if (time > 75 && time < 83)
+    if (time > 68 && time < 100)
       return kV0BB;
     if (time > 54 && time < 57.5) 
       return kV0BG;
-    if (time > 57.5 && time < 72)
+    if (time > 57.5 && time < 68)
       return kV0Fake;
   }
   
   if (side == kCSide)
   {
-    if (time > 75.5 && time < 82)
+    if (time > 75.5 && time < 100)
       return kV0BB;
     if (time > 69.5 && time < 73)
       return kV0BG;