ROOT logo
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();
}
 makePeriodPlots.C:1
 makePeriodPlots.C:2
 makePeriodPlots.C:3
 makePeriodPlots.C:4
 makePeriodPlots.C:5
 makePeriodPlots.C:6
 makePeriodPlots.C:7
 makePeriodPlots.C:8
 makePeriodPlots.C:9
 makePeriodPlots.C:10
 makePeriodPlots.C:11
 makePeriodPlots.C:12
 makePeriodPlots.C:13