]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/README_MUON
From Bogdan:
[u/mrichter/AliRoot.git] / EVE / README_MUON
1
2 How to run the MUON display
3 ---------------------------
4
5 New (28 Apr 2008): there are two version of the MUON_display macro
6
7 MUON_displaySimu   - to be used with simulations (shows also reference tracks,
8                      Monte-Carlo tracks and hits)
9 MUON_displayData   - to be used with reconstructed raw data (with the option
10                      SAVEDIGITS in the reconstruction, "normal" digits are
11                      also produced and can be visualized)
12
13 1. Launch 'alieve' executable
14
15    alieve
16
17 2. Load the following macros (.L ...)
18
19    alieve_init.C
20    event_goto.C
21    MUON_display.C
22    MUON_geom.C
23    MUON_geomAll.C
24
25 3. Initialize
26
27    alieve_init("directory_to_data",event_number)
28
29 4. Display simulation digits
30
31    MUON_display(0,0)   - without tracks
32    MUON_display(0,1)   - with tracks
33
34 5. Display raw data
35
36    MUON_display(1,0)
37    MUON_display(1,1)
38
39 6. Display all geometry defined in Config.C
40
41    MUON_geomAll()
42
43 7. Display only the MUON detector
44
45    MUON_geom()
46
47 Obs: use the macro MUON_makeGeom.C to create a geometry file starting from a
48 Config.C.  The geometry created by the full chain of simulations has a wrong 
49 color palette, this is a problem still to be fixed...
50
51 8. Navigate in the event list
52
53    event_goto(n)
54
55 9. Shift + right mouse button one a muon track opens the context menu:
56    - track and trigger information is available
57
58 10. Use mouse buttons or keys:
59
60    Move camera with
61
62    +/J,j  - increase
63    -/K,k  - decrease
64    up/down/left/right arrows
65
66    T,t/W,w  - toggle between filled areas and wired areas
67
68    'Home' key  - reset the position of the camera
69
70 Files:
71
72 AliEveMUON*.cxx , AliEveMUON*.h   in $ALICE_ROOT/EVE/EveDet
73 MUON*.C                           in $ALICE_ROOT/EVE/alice-macros
74
75 Note: ... this is $ALICE_ROOT/EVE/README_MUON file.
76
77
78
79
80
81 Bogdan Vulpescu, 28 Apr 2008
82 LPC Clermont-Ferrand
83 vulpescu@clermont.in2p3.fr
84
85