AliRoot Core  edcc906 (edcc906)
CalibSummary.C
Go to the documentation of this file.
1 
5 void CalibSummary(Int_t irun){
7 
8  gSystem->Load("libANALYSIS");
9  gSystem->Load("libTPCcalib");
10  gROOT->LoadMacro("ConfigOCDB.C");
11  ConfigOCDB(irun);
12  AliTPCcalibSummary *calibSummary = new AliTPCcalibSummary;
13  calibSummary->ProcessRun(irun);
14  delete calibSummary;
15 
16 }
17 
TROOT * gROOT
void ConfigOCDB(Int_t crun)
void CalibSummary(Int_t irun)
Definition: CalibSummary.C:5