]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ALIFAST/user.C
Removing ALIFAST
[u/mrichter/AliRoot.git] / ALIFAST / user.C
diff --git a/ALIFAST/user.C b/ALIFAST/user.C
deleted file mode 100644 (file)
index 65443d8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-void user() {
-  // change AliFast default parameters
-
-   gAliFast->SetSmearing(1);
-   gAliFast->SetTrackFinding(1);
-   gAliFast->MCMaker()->Save(2);     //give 2 to save all particles
-   gAliFast->TrackMaker()->Save(1);  // give 1 to save tracks
-}
-