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