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
bugfix
[u/mrichter/AliRoot.git]
/
RAW
/
AliRawReaderDate.cxx
diff --git
a/RAW/AliRawReaderDate.cxx
b/RAW/AliRawReaderDate.cxx
index 4c0f5f941671fbe98ee6f706de41f049359a617a..b7527655e773ca2b674f54dc66d1f607ef617d82 100644
(file)
--- a/
RAW/AliRawReaderDate.cxx
+++ b/
RAW/AliRawReaderDate.cxx
@@
-468,6
+468,7
@@
Bool_t AliRawReaderDate::NextEvent()
{
// go to the next event in the date file
+#ifdef ALI_DATE
if (!fFile) return kFALSE;
eventHeaderStruct header;
@@
-492,6
+493,8
@@
Bool_t AliRawReaderDate::NextEvent()
};
fEvent = NULL;
+#ifdef ALI_DATE
+
return kFALSE;
}