]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix warnings
authorsma <sma@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Nov 2011 08:20:34 +0000 (08:20 +0000)
committersma <sma@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Nov 2011 08:20:34 +0000 (08:20 +0000)
PWG3/hfe/AliHFEV0cuts.cxx

index b35a361f688673c87cebb7cf4fc9786dbbbda1b5..4ab26e96ee13903b69f79b9a5ca7bade6aa28657 100644 (file)
@@ -1618,18 +1618,20 @@ Bool_t AliHFEV0cuts::GetHelixCenter(AliESDtrack * const track, Double_t b,Int_t
       xpoint = - xpoint;
       ypoint = - ypoint;
     }
-
+    /*
     if(charge < 0){
       xpoint =  xpoint;
       ypoint =  ypoint;
     }
+    */
   }
   if(b>0){
+    /*
     if(charge > 0){
       xpoint =  xpoint;
       ypoint =  ypoint;
     }
-
+    */
     if(charge < 0){
       xpoint = - xpoint;
       ypoint = - ypoint;