]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - EVE/README_MUON
New file, moved from alice-macros/.
[u/mrichter/AliRoot.git] / EVE / README_MUON
... / ...
CommitLineData
1
2How to run the MUON display
3---------------------------
4
51. Launch 'alieve' executable
6
7 alieve
8
92. Load the following macros (.L ...)
10
11 alieve_init.C
12 event_next.C
13 event_prev.C
14 event_goto.C
15 MUON_display.C
16 MUON_geom.C
17 MUON_geomAll.C
18
19 also interesting for the vertex
20
21 its_hits.C
22 its_digits.C
23 geom_its.C
24 esd_tracks.C
25
263. Initialize
27
28 alieve_init("directory_to_data",event_number)
29
304. Display simulation digits
31
32 MUON_display(0,0) - without tracks
33 MUON_display(0,1) - with tracks
34
355. Display raw data
36
37 MUON_display(1,0)
38 MUON_display(1,1)
39
406. Display all geometry defined in Config.C
41
42 MUON_geomAll()
43
447. Display only the MUON detector
45
46 MUON_geom()
47
48Obs: to delete geometry elements from the display, click the right mouse button
49in the "Reve" window, "Object Browser" tab, on the name of the node and select
50"Destroy" from the menu.
51
528. Navigate in the event list
53
54 event_next()
55 event_prev()
56 event_goto(n)
57
589. Shift + right mouse button one a muon track opens the context menu:
59 - track and trigger information is available
60
6110. Use mouse buttons or keys:
62
63 Move camera with
64
65 +/J,j - increase
66 -/K,k - decrease
67 up/down/left/right arrows
68
69 T,t/W,w - toggle between filled areas and wired areas
70
71 'Home' key - reset the position of the camera
72
73Files:
74
75MUON*.cxx , MUON*.h in $ALICE_ROOT/EVE/Alieve
76MUON*.C in $ALICE_ROOT/EVE/alice-macros
77
78See also the $ALICE_ROOT/EVE/README file.
79
80
81
82
83
84Bogdan Vulpescu, 06 Mar 2007
85LPC Clermont-Ferrand
86vulpescu@clermont.in2p3.fr
87
88