]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/visscan_raw.C
With help from Axel -- work around a CINT bug with destruction of string temporary.
[u/mrichter/AliRoot.git] / EVE / macros / visscan_raw.C
1 void visscan_raw(const TString& path = ".", Bool_t showMuon = kTRUE, Bool_t showTrd = kFALSE)
2 {
3   gROOT->ProcessLine(TString::Format(".x visscan_init.C(\"raw://\", \"%s\", %d, %d)",
4                                      path.Data(), showMuon, showTrd));
5 }