]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/README_MUON
ITS raw-data and clusters macro fixed in order to be used by the online display....
[u/mrichter/AliRoot.git] / EVE / README_MUON
CommitLineData
db9442c1 1
2How to run the MUON display
3---------------------------
4
58e15fc1 5New (28 Apr 2008): there are two version of the MUON_display macro
6
7MUON_displaySimu - to be used with simulations (shows also reference tracks,
8 Monte-Carlo tracks and hits)
9MUON_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
db9442c1 131. Launch 'alieve' executable
14
15 alieve
16
172. Load the following macros (.L ...)
18
19 alieve_init.C
db9442c1 20 event_goto.C
21 MUON_display.C
22 MUON_geom.C
23 MUON_geomAll.C
24
db9442c1 253. Initialize
26
27 alieve_init("directory_to_data",event_number)
28
294. Display simulation digits
30
31 MUON_display(0,0) - without tracks
32 MUON_display(0,1) - with tracks
33
345. Display raw data
35
36 MUON_display(1,0)
37 MUON_display(1,1)
38
396. Display all geometry defined in Config.C
40
41 MUON_geomAll()
42
437. Display only the MUON detector
44
45 MUON_geom()
46
58e15fc1 47Obs: use the macro MUON_makeGeom.C to create a geometry file starting from a
48Config.C. The geometry created by the full chain of simulations has a wrong
49color palette, this is a problem still to be fixed...
db9442c1 50
518. Navigate in the event list
52
db9442c1 53 event_goto(n)
54
559. Shift + right mouse button one a muon track opens the context menu:
56 - track and trigger information is available
57
5810. 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
70Files:
71
58e15fc1 72AliEveMUON*.cxx , AliEveMUON*.h in $ALICE_ROOT/EVE/EveDet
73MUON*.C in $ALICE_ROOT/EVE/alice-macros
db9442c1 74
58e15fc1 75Note: ... this is $ALICE_ROOT/EVE/README_MUON file.
db9442c1 76
77
78
79
80
58e15fc1 81Bogdan Vulpescu, 28 Apr 2008
db9442c1 82LPC Clermont-Ferrand
83vulpescu@clermont.in2p3.fr
84
85