]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ALIFAST/user.C
Updated VZERO source
[u/mrichter/AliRoot.git] / ALIFAST / user.C
CommitLineData
a573626a 1void user() {
65a39007 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