]> git.uio.no Git - u/mrichter/AliRoot.git/blob - test/prompt/qam.C
recMC.C submitMC.sh
[u/mrichter/AliRoot.git] / test / prompt / qam.C
1 {
2    // libMONITOR is not loaded by default...
3    gSystem->Load("libMONITOR.so");
4    // Popup the GUI...
5    new AliQAHistViewer(gClient->GetRoot(), 800, 400, kFALSE);
6 }