]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/testMC/compGen.C
ATO-98 Extended print. Bug. fix. Initilaization of the flags in AddCorrectionCompact...
[u/mrichter/AliRoot.git] / TPC / testMC / compGen.C
1 void compGen()
2 {
3
4   //
5   // Run gen info maker  
6   //
7   gSystem->Load("libANALYSIS");
8   gSystem->Load("libANALYSISalice");
9   gSystem->Load("libPWG0base");
10   gSystem->Load("libPWG0dep");
11   gSystem->Load("libPWGPP");
12   AliGenInfoMaker *t = new AliGenInfoMaker("galice.root","genTracks.root",0,0);
13   t->Exec();
14 }