]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/QA/Tracking/ExpertQA/makePeriodPlots.C
Split: removed dirs now in AliPhysics
[u/mrichter/AliRoot.git] / PWGPP / QA / Tracking / ExpertQA / makePeriodPlots.C
diff --git a/PWGPP/QA/Tracking/ExpertQA/makePeriodPlots.C b/PWGPP/QA/Tracking/ExpertQA/makePeriodPlots.C
deleted file mode 100644 (file)
index b4b071e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-makePeriodPlots( const char* mergedQAfile, const char *periodName ){
-//what do I do?
-  gSystem->AddIncludePath("-I$ALICE_ROOT/include");
-  //gROOT->LoadMacro("$ALICE_ROOT/PWGPP/QA/Tracking/ExpertQA/AliHighPtTreeAnalysis.cxx++");
-  gROOT->LoadMacro("AliHighPtTreeAnalysis.cxx++");
-
-  AliHighPtTreeAnalysis *a = new AliHighPtTreeAnalysis();
-    a->ConnectGenericHistos( mergedQAfile );
-    a->SetPeriodName( periodName );
-    a->SetMakeFitPerfomancePlots(kTRUE);
-    a->RunPeriod();
-}