]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/QA/Tracking/ExpertQA/makePlots.C
Adding function to make a tree with selected track. TOF and V0 based selection.
[u/mrichter/AliRoot.git] / PWGPP / QA / Tracking / ExpertQA / makePlots.C
1 makePlots( const char *ch, const char *codeDir ){
2
3 //  gSystem->Load("/hera/alice/tbroeker/testground/trackDump/highPt/AliHighPtTreeAnalysis_C.so");
4   gSystem->Load(Form("%s/AliHighPtTreeAnalysis_C.so",codeDir));
5
6   AliHighPtTreeAnalysis *a = new AliHighPtTreeAnalysis( ch );
7
8      a->Loop();
9
10 }