git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Update macros for prompt offline (Mikolaj)
[u/mrichter/AliRoot.git]
/
test
/
prompt
/
qam.C
Commit
Line
Data
8ec2068a
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
}