AliPhysics  cc1c0ba (cc1c0ba)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RunUnfoldMult.C
Go to the documentation of this file.
1 
17 void
19 {
20  TString rooUnfold = gSystem->Getenv("ROOUNFOLD");
21  if (!rooUnfold.IsNull()) {
22  gSystem->AddIncludePath(Form("-I%s/src", rooUnfold.Data()));
23  gSystem->AddDynamicPath(rooUnfold);
24  }
25  gSystem->Load("libRooUnfold");
26  gROOT->Macro("UnfoldMult.C++");
27 }
28 /*
29  * EOF
30  */
TSystem * gSystem
void RunUnfoldMult()
Definition: RunUnfoldMult.C:18