]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/visscan_mcideal.C
Remove default OCDB location and exit with fatal error if OCDB URI is
[u/mrichter/AliRoot.git] / EVE / macros / visscan_mcideal.C
1 void visscan_mcideal(const TString& path = ".", Bool_t show_extra_geo = kFALSE)
2 {
3   gROOT->ProcessLine(TString::Format(".x visscan_init.C(\"mcideal://\", \"%s\", %d)",
4                                      path.Data(), show_extra_geo));
5 }