git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
allow to set the number of events throub an env variable
[u/mrichter/AliRoot.git]
/
test
/
prompt
/
qam.C
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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
}