]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/comp/AliHLTTPCCompModelInflater.cxx
adding publishing of histograms, by default all histograms are sent as separate objec...
[u/mrichter/AliRoot.git] / HLT / TPCLib / comp / AliHLTTPCCompModelInflater.cxx
index 23301d36184b64741e26569069332ff23be8b793..34e2086d3f6a1f8fbb876cf59d290a35421f6e86 100644 (file)
@@ -254,8 +254,8 @@ int AliHLTTPCCompModelInflater::DecompressTracks( AliHLTUInt8_t* inData, UInt_t
       
       AliHLTTPCClusterModel *cluster;
       
-      Int_t pado,chargeo,padshapeo,timeshapeo;
-      pado=chargeo=padshapeo=timeshapeo=0;
+      Int_t chargeo,padshapeo,timeshapeo;
+      chargeo=padshapeo=timeshapeo=0;
       unsigned trackCnt=0;
       while( !EndOfBitInput() )
        {