]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/READMEraw
No more misaligned_geometry
[u/mrichter/AliRoot.git] / MUON / READMEraw
CommitLineData
2ce5e44e 1============================================================
2 How to read & decode raw data
3============================================================
4These macros can read & decode DDL files, root and DATE files.
5Nevertheless for the two latter, aliroot has to be compiled with DATE.
6
7For tracker raw data
8.includepath $ALICE_ROOT/STEER
9.includepath $ALICE_ROOT/MUON
10.includepath $ALICE_ROOT/RAW
11.L $ALICE_ROOT/MUON/MUONRawStreamTracker.C+
12MUONRawStreamTracker(maxEvent, firstDDL, lastDDL, rawFileName)
13
14For trigger raw data
15.includepath $ALICE_ROOT/STEER
16.includepath $ALICE_ROOT/MUON
17.includepath $ALICE_ROOT/RAW
18.L $ALICE_ROOT/MUON/MUONRawStreamTrigger.C+
19MUONRawStreamTrigger(maxEvent, firstDDL, lastDDL, rawFileName)
20
21Default wise the macro read all DDL files from the current directory for 1000 events.
22For root file rawFileName must end with .root, for date file rawFileName
23must be no extention. For DDL files you have to specified the directory
24where the raw0...n subdirectories are located:
25MUONRawStreamTracker(maxEvent, "$YOUR_WORKING_DIRECTORY/"); //Do not forget the slash at the end!
26