AliRoot Core  edcc906 (edcc906)
compGen.C
Go to the documentation of this file.
1 
3 void compGen()
4 {
5 
7 
8  gSystem->Load("libANALYSIS");
9  gSystem->Load("libANALYSISalice");
10  gSystem->Load("libPWG0base");
11  gSystem->Load("libPWG0dep");
12  gSystem->Load("libPWGPP");
13  AliGenInfoMaker *t = new AliGenInfoMaker("galice.root","genTracks.root",0,0);
14  t->Exec();
15 }
void compGen()
Definition: compGen.C:3