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