]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/QA/Tracking/ExpertQA/makePlots.C
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWGPP / QA / Tracking / ExpertQA / makePlots.C
diff --git a/PWGPP/QA/Tracking/ExpertQA/makePlots.C b/PWGPP/QA/Tracking/ExpertQA/makePlots.C
deleted file mode 100644 (file)
index 85c3a49..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-makePlots(const char *inputFile)
-{
-  gSystem->AddIncludePath("-I$ALICE_ROOT/include");
-  //gROOT->LoadMacro("$ALICE_ROOT/PWGPP/QA/Tracking/ExpertQA/AliHighPtTreeAnalysis.cxx++");
-  gROOT->LoadMacro("AliHighPtTreeAnalysis.cxx++");
-
-  AliHighPtTreeAnalysis *a = new AliHighPtTreeAnalysis( inputFile );
-  a->Loop();
-}