]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RICH/RICHRunLego.C
Geometry updates.
[u/mrichter/AliRoot.git] / RICH / RICHRunLego.C
CommitLineData
8f10c927 1
2RICHRunLego()
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,500,600)","Fast run");
6 menu->AddButton("All chambers (120 bins)","gAlice->RunLego(\"Config.C\",120,60,120,120,60,120,0,500,600)","Fast run");
7 menu->AddButton("Center chamber (160 bins)","gAlice->RunLego(\"Config.C\",1600,80,100,160,80,100,0,500,600)","Slow run");
8 menu->AddButton("All chambers hi (200 bins)","gAlice->RunLego(\"Config.C\",200,60,120,200,60,120,0,500,600)","Very slow run");
9 menu->Show();
10}
11
12
13