]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/READMEraw
Fixes to get the HTML documentation from Root
[u/mrichter/AliRoot.git] / MUON / READMEraw
1 ============================================================
2  How to read & decode raw data 
3 ============================================================
4 These macros can read & decode DDL files, root and DATE files.
5 Nevertheless for the two latter, aliroot has to be compiled with DATE.
6
7 For 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+
12 MUONRawStreamTracker(maxEvent, firstDDL, lastDDL, rawFileName)
13
14 For 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+ 
19 MUONRawStreamTrigger(maxEvent, firstDDL, lastDDL, rawFileName)
20
21 Default wise the macro read all DDL files from the current directory for 1000 events.
22 For root file rawFileName must end with .root, for date file rawFileName 
23 must be no extention. For DDL files you have to specified the directory 
24 where the raw0...n subdirectories are located:
25 MUONRawStreamTracker(maxEvent, "$YOUR_WORKING_DIRECTORY/"); //Do not forget the slash at the end!
26