]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix unused variables
authorakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Jul 2011 08:06:52 +0000 (08:06 +0000)
committerakisiel <akisiel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 22 Jul 2011 08:06:52 +0000 (08:06 +0000)
PWG2/FEMTOSCOPY/AliFemtoUser/AliFemtoESDTrackCut.cxx

index a9bbb1ece8be755de796dff5c4ae3d892e8ec6dc..5cb4117d0ed7a73d80fc11c65c668a623b117e47 100644 (file)
@@ -733,8 +733,8 @@ bool AliFemtoESDTrackCut::IsProtonTPCdEdx(float mom, float dEdx)
   double a1 = -3000.0; double b1 =  1280.0;
   double a2 = -312.5;  double b2 =  312.5;
   double a3 = -160.0;  double b3 =  221.0;
-  double a4 = -110.0;  double b4 =  171.0;
-                        double b5 =   72.0;
+//   double a4 = -110.0;  double b4 =  171.0;
+//                         double b5 =   72.0;
 
    if (mom<0.2) return false;