]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVE/macros/visscan_raw_raw.C
CMake: removing qpythia from the depedencies
[u/mrichter/AliRoot.git] / EVE / macros / visscan_raw_raw.C
1 #if !defined(__CINT__) || defined(__MAKECINT__)
2 #include <EveBase/AliEveEventManager.h>
3
4 #include <TString.h>
5 #include <TROOT.h>
6 #endif
7
8 void visscan_raw_raw(const TString& path = ".", Bool_t showMuon = kTRUE, Bool_t showTrd = kFALSE)
9 {
10   
11   AliEveEventManager::SearchRawForCentralReconstruction();
12   gROOT->ProcessLine(TString::Format(".x visscan_init.C(\"raw://\", \"%s\", %d, %d)",
13                                      path.Data(), showMuon, showTrd));
14 }