db9442c1 |
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 | 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 | |
26 | 3. Initialize |
27 | |
28 | alieve_init("directory_to_data",event_number) |
29 | |
30 | 4. Display simulation digits |
31 | |
32 | MUON_display(0,0) - without tracks |
33 | MUON_display(0,1) - with tracks |
34 | |
35 | 5. Display raw data |
36 | |
37 | MUON_display(1,0) |
38 | MUON_display(1,1) |
39 | |
40 | 6. Display all geometry defined in Config.C |
41 | |
42 | MUON_geomAll() |
43 | |
44 | 7. Display only the MUON detector |
45 | |
46 | MUON_geom() |
47 | |
48 | Obs: to delete geometry elements from the display, click the right mouse button |
49 | in the "Reve" window, "Object Browser" tab, on the name of the node and select |
50 | "Destroy" from the menu. |
51 | |
52 | 8. Navigate in the event list |
53 | |
54 | event_next() |
55 | event_prev() |
56 | event_goto(n) |
57 | |
58 | 9. Shift + right mouse button one a muon track opens the context menu: |
59 | - track and trigger information is available |
60 | |
61 | 10. 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 | |
73 | Files: |
74 | |
75 | MUON*.cxx , MUON*.h in $ALICE_ROOT/EVE/Alieve |
76 | MUON*.C in $ALICE_ROOT/EVE/alice-macros |
77 | |
78 | See also the $ALICE_ROOT/EVE/README file. |
79 | |
80 | |
81 | |
82 | |
83 | |
84 | Bogdan Vulpescu, 06 Mar 2007 |
85 | LPC Clermont-Ferrand |
86 | vulpescu@clermont.in2p3.fr |
87 | |
88 | |