git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removing warnings
[u/mrichter/AliRoot.git]
/
PMD
/
AliPMDDDLRawData.cxx
diff --git
a/PMD/AliPMDDDLRawData.cxx
b/PMD/AliPMDDDLRawData.cxx
index 2a7fcb1d0bfc9f1dd64f28b36d3fefd77e91acf4..1f32a0d75f1996ade0cfae0d0fc449967880acce 100644
(file)
--- a/
PMD/AliPMDDDLRawData.cxx
+++ b/
PMD/AliPMDDDLRawData.cxx
@@
-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;