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
Using the new altro raw-data format. Removing some obsolete macros.
[u/mrichter/AliRoot.git]
/
EVE
/
alice-macros
/
tpc_raw.C
diff --git
a/EVE/alice-macros/tpc_raw.C
b/EVE/alice-macros/tpc_raw.C
index dda4886d47d1abdb782eb9eef31402551b5bfc51..511d682a9110a569257efcb21055a1eac763376b 100644
(file)
--- a/
EVE/alice-macros/tpc_raw.C
+++ b/
EVE/alice-macros/tpc_raw.C
@@
-23,7
+23,7
@@
void tpc_raw(Int_t mode = 3)
AliRawReader *reader = AliEveEventManager::AssertRawReader();
reader->Reset();
- AliTPCRawStream input(reader);
+ AliTPCRawStream
V3
input(reader);
reader->Select("TPC"); // ("TPC", firstRCU, lastRCU);
AliEveTPCData *x = new AliEveTPCData;