]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing warnings
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 May 2004 13:33:10 +0000 (13:33 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 May 2004 13:33:10 +0000 (13:33 +0000)
PMD/AliPMDDDLRawData.cxx

index 2a7fcb1d0bfc9f1dd64f28b36d3fefd77e91acf4..1f32a0d75f1996ade0cfae0d0fc449967880acce 100644 (file)
@@ -51,7 +51,7 @@ void AliPMDDDLRawData::WritePMDRawData(TTree *treeD, Int_t evtno)
   if (!branch) return;
   branch->SetAddress(&fDigits);  
   
-  Int_t   nmodules = (Int_t) treeD->GetEntries();
+  //  Int_t   nmodules = (Int_t) treeD->GetEntries();
   //  cout << " nmodules = " << nmodules << endl;
 
   const Int_t kSize         = 4608;