]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITStestV1.sh
New version with the Bari/Salerno model as default for SPD simulation
[u/mrichter/AliRoot.git] / ITS / ITStestV1.sh
index e9bf919b7c0feea0f183cf0bb6d0575329d31b4e..24b5d1cf6183fef76f912a754f066775695150d3 100755 (executable)
@@ -1,11 +1,22 @@
 #!/bin/sh
+# delete eventual old files from the last run
 DeleteOldFiles
-# do simulation, digitization, reconstruction and tracking in TPC
-aliroot -q AliTPCtracks.C
-# do digitization in ITS
-aliroot -q ITSHitsToDigits.C
-# do reconstruction in ITS
-aliroot -q ITSDigitsToClusters.C
-# do tracking in ITS
-aliroot -q ITStracks.C
-aliroot -q ITStracking.C
+# run the hit generation
+aliroot -q -b grun.C
+# digitize TPC
+aliroot -q -b AliTPCHits2Digits.C
+# do tracking in TPC
+aliroot -q -b AliTPCtracknew.C
+# prepare TPC tracks for matching with the ITS
+aliroot -q -b TPCtracks.C
+# digitize ITS
+aliroot -q -b ITSHitsToDigits.C
+# create reconstruct point for the ITS
+aliroot -q -b ITSDigitsToClusters.C
+# prepare for tracking
+aliroot -q -b ITStracks.C
+# do the tracking
+aliroot -q -b ITStracking.C
+#
+# after all of the above you can run ITSPlotTracks.C macro under aliroot to
+# see plots of the efficiency and track parameter resolution