]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ALIFAST/user.C
Version number ++
[u/mrichter/AliRoot.git] / ALIFAST / user.C
1 void user() {
2   // change AliFast default parameters
3
4    gAliFast->SetSmearing(1);
5    gAliFast->SetTrackFinding(1);
6    gAliFast->MCMaker()->Save(2);     //give 2 to save all particles
7    gAliFast->TrackMaker()->Save(1);  // give 1 to save tracks
8 }
9