]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity warning 15390 fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 02:19:58 +0000 (02:19 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 02:19:58 +0000 (02:19 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCAMCTrack.cxx

index ae302ce65eddc8926aa47127778df9a97ec7d239..4ffb9f27bcd439552b6d67de9e5611c20112c43f 100644 (file)
@@ -28,6 +28,10 @@ AliHLTTPCCAMCTrack::AliHLTTPCCAMCTrack()
     : fPDG( 0 ), fP( 0 ), fPt( 0 ), fNHits( 0 ), fNMCPoints( 0 ), fFirstMCPointID( 0 ), fNReconstructed( 0 ), fSet( 0 ), fNTurns( 0 )
 {
   //* Default constructor
+  for( int i=0;i<7; i++){     
+    fPar[i] = 0;
+    fTPCPar[i] = 0;
+  }  
 }