]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/alice-macros/fmd_esd.C
- synchronized the overlay macro to the changes of the drawing one
[u/mrichter/AliRoot.git] / EVE / alice-macros / fmd_esd.C
1 void fmd_esd()
2 {
3   gStyle->SetPalette(1);
4   AliEveFMDLoader* gFmdLoader = AliEveFMDLoader::Instance();
5   gFmdLoader->LoadESD();
6   gEve->Redraw3D();
7 }