]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/alice-macros/README_MUON
Missing initialization; fiddle with the track marker-style a bit more.
[u/mrichter/AliRoot.git] / EVE / alice-macros / README_MUON
1
2 How to run the MUON display
3 ---------------------------
4
5 1. Launch 'alieve' executable
6
7    alieve
8
9 2. Load the following macros (.L ...)
10
11    alieve_init.C
12    event_next.C
13    event_prev.C
14    MUON_digits.C
15    MUON_geom.C
16    MUON_geomAll.C
17
18 3. Initialize
19
20    alieve_init("directory_to_data",event_number)
21
22 4. Display simulation digits
23
24    MUON_digits(0,0)   - without tracks
25    MUON_digits(0,1)   - with tracks
26
27 5. Display raw data
28
29    MUON_digits(1,0)
30    MUON_digits(1,1)
31
32 6. Display all geometry defined in Config.C
33
34    MUON_geomAll()
35
36 7. Display only the MUON detector
37
38    MUON_geom()
39
40 8. Navigate in the event list
41
42    event_next()
43    event_prev()
44
45 9. Use mouse buttons or keys:
46
47    Move camera with
48
49    +/J,j  - increase
50    -/K,k  - decrease
51    up/down/left/right arrows
52
53    T,t/W,w  - toggle between filled areas and wired areas
54
55    'Home' key  - reset the position of the camera
56
57 Files:
58
59 MUON*.cxx , MUON*.h   in $ALICE_ROOT/EVE/Alieve
60 MUON*.C               in $ALICE_ROOT/EVE/alice-macros
61
62 See also the $ALICE_ROOT/EVE/README file.
63
64
65
66
67
68 Bogdan Vulpescu, 30 Oct 2006
69 LPC Clermont-Ferrand
70
71