]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/visscan_mcfull.C
Memory leaks removal
[u/mrichter/AliRoot.git] / EVE / macros / visscan_mcfull.C
1 void visscan_mcfull(const TString& path = ".", Bool_t show_extra_geo = kFALSE)
2 {
3   gROOT->ProcessLine(TString::Format(".x visscan_init.C(\"mcfull://\", \"%s\", %d)",
4                                      path.Data(), show_extra_geo));
5 }