]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/testMC/compRec.C
During simulation: fill STU region w/ non null time sums
[u/mrichter/AliRoot.git] / TPC / testMC / compRec.C
1 void compRec()
2 {
3
4   //
5   // Run gen info maker  
6   //
7   gSystem->Load("libANALYSIS.so");
8   gSystem->Load("libANALYSISalice.so");
9   gSystem->Load("libPWG0base.so");
10   gSystem->Load("libPWG0dep.so");
11   gSystem->Load("libPWG1.so");
12   AliRecInfoMaker *t2 = new AliRecInfoMaker("genTracks.root","cmpESDTracks.root","galice.root",0,0);
13   t2->Exec();
14
15
16 }