]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity warning 15127 fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:19:15 +0000 (10:19 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:19:15 +0000 (10:19 +0000)
HLT/global/physics/AliHLTV0HistoComponent.cxx

index 63a6f6b7333845115adbd67e00922fab1e0a017b..43fd2c113ba5120b0d78164c3659f800f4e6f826 100644 (file)
@@ -68,7 +68,12 @@ AliHLTV0HistoComponent::AliHLTV0HistoComponent() :
   // refer to README to build package
   // or
   // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
-
+  for( int i=0; i<8; i++){
+    fGammaCuts[i] = 0;
+    fKsCuts[i] = 0;
+    fLambdaCuts[i] = 0;
+    fAPCuts[i] = 0;
+  }
 }
 
 AliHLTV0HistoComponent::~AliHLTV0HistoComponent()