]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/visscan_local.C
Added a glow (bloom) effect and an option whether to show the LIVE bar
[u/mrichter/AliRoot.git] / EVE / macros / visscan_local.C
1 #include <TString.h>
2 #include <TROOT.h>
3
4
5 void visscan_local(const TString& path = ".", Bool_t showMuon = kTRUE, Bool_t showTrd = kFALSE)
6 {
7   gROOT->ProcessLine(TString::Format(".x visscan_init.C(\"local://$ALICE_ROOT/OCDB\", \"%s\", %d, %d)",
8                                      path.Data(), showMuon, showTrd));
9 }