]> git.uio.no Git - u/mrichter/AliRoot.git/blame - test/prompt/qam.C
Merge branch 'master' of https://git.cern.ch/reps/AliRoot
[u/mrichter/AliRoot.git] / test / prompt / qam.C
CommitLineData
8ec2068a 1{
2 // libMONITOR is not loaded by default...
4070f709 3 gSystem->Load("libMONITOR");
8ec2068a 4 // Popup the GUI...
5 new AliQAHistViewer(gClient->GetRoot(), 800, 400, kFALSE);
6}