AliPhysics  764b6ea (764b6ea)
MakeReferencePass1.C
Go to the documentation of this file.
2 
3  char tmpin[256];
4  char tmpout[256];
5  Int_t runno[]={
6  259867, 259703, 259091, 260187, 259954, 259471, 259470, 259379, 259095
7 
8  };
9  Int_t nruns=9;//172;
10 
11  for (Int_t i=0;i<nruns;i++){
12  sprintf(tmpin,"%d/AnalysisResults.root",runno[i]);
13  sprintf(tmpout,"Reference_%d.pass1.root",runno[i]);
15  }
16 
17 
18 
19 }
20 
void MakeReferencePass1()
int Int_t
Definition: External.C:63
static void ProduceCalibConsts(TString inputFile="time186319testWOL0.root", TString outputFile="Reference.root", Bool_t isFinal=kFALSE)