]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/macros/visscan_local.C
Compilation of DA on SLC6
[u/mrichter/AliRoot.git] / EVE / macros / visscan_local.C
CommitLineData
6c49a8e1 1#include <TString.h>
2#include <TROOT.h>
3
51104899 4// In order to open the HLT ESD Tree, instead of the Offline ESD Tree:
5// run in the current directory:
6// alieve mf_fix.C visscan_local.C'(".", kTRUE)'
6c49a8e1 7
51104899 8void visscan_local(const TString& path = ".", Bool_t showHLTESDTree=kFALSE, Bool_t showMuon = kTRUE, Bool_t showTrd = kFALSE)
c63f2997 9{
4f222c66 10 gROOT->ProcessLine(TString::Format(".x visscan_init.C(\"local://$ALICE_ROOT/OCDB\", \"%s\", %d, %d)",
51104899 11 path.Data(), showHLTESDTree, showMuon, showTrd));
c63f2997 12}