]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PMD/AliPMDPreprocessor.cxx
variables are initialised at creation
[u/mrichter/AliRoot.git] / PMD / AliPMDPreprocessor.cxx
index a42373c81a1f665a0aeae8144b4809b92ca8c281..c8fa2ab84ea092b581546eba9937952bcd3e0ef1 100644 (file)
@@ -376,8 +376,8 @@ Bool_t AliPMDPreprocessor::StorePmdMEAN()
          
          Log(Form("PMDMEAN: File with id PMD_MEAN_SM.root got from %s", sourc->GetName()));
          
-         Int_t det, sm ;
-         Float_t smmean;
+         Int_t det = 0, sm = 0;
+         Float_t smmean = 0.;
          
          TFile *opnFile = new TFile(filenam.Data());
          if(!opnFile || !opnFile->IsOpen())