]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/RICHRunLego.C
Updated to handle both reconstruction algorithms.
[u/mrichter/AliRoot.git] / RICH / RICHRunLego.C
1
2 RICHRunLego()
3
4    TControlBar *menu = new TControlBar("vertical","RICH Lego");
5    menu->AddButton("Center chamber (40 bins)","gAlice->RunLego(\"Config.C\",40,80,100,40,80,100,0,600,500)","Fast run");
6    menu->AddButton("All chambers (120 bins)","gAlice->RunLego(\"Config.C\",120,60,120,120,60,120,0,600,500)","Fast run");
7    menu->AddButton("Center chamber (80 bins)","gAlice->RunLego(\"Config.C\",80,80,100,80,80,100,0,600,500)","Slow run");
8    menu->AddButton("All chambers hi (200 bins)","gAlice->RunLego(\"Config.C\",200,60,120,200,60,120,0,600,500)","Very slow run");
9    menu->Show();
10 }
11
12
13