]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITStestV1.sh
Fixes added to get into account the new magnetic field conversion factor automatically
[u/mrichter/AliRoot.git] / ITS / AliITStestV1.sh
index 9eacef7ba7a41742ab7543fcf5b778078bcd2739..ca16efd5f6421e12837ef532e13daa76699fe508 100755 (executable)
@@ -3,14 +3,8 @@
 # delete eventual old files from the last run
 ./AliITSDeleteOldFiles.sh
 
-# run the hit generation
-aliroot -q -b "$ALICE_ROOT/macros/grun.C($1)"
-
-# digitize TPC
-aliroot -q -b "$ALICE_ROOT/TPC/AliTPCHits2Digits.C($1)"
-
-# prepare TPC tracks for matching with the ITS
-aliroot -q -b "$ALICE_ROOT/ITS/AliTPCTracking4ITS.C($1)"
+# do everything for the TPC
+aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
 
 # create summable digits for the ITS
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2SDigits.C"
@@ -19,16 +13,17 @@ aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2SDigits.C"
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSSDigits2Digits.C"
 
 # create reconstructed points for the ITS
-aliroot -q -b "$ALICE_ROOT/ITS/AliITSDigits2RecPoints.C(0,$[$1-1])"
-
-# prepare for tracking
-aliroot -q -b "$ALICE_ROOT/ITS/AliITSTracksV1.C(0,$[$1-1])"
+aliroot -q -b "$ALICE_ROOT/ITS/AliITSDigits2RecPoints.C"
 
 # do the tracking
-aliroot -q -b "$ALICE_ROOT/ITS/AliITSTrackingV1.C(0,$[$1-1])"
+aliroot -q -b "$ALICE_ROOT/ITS/AliITSTrackingV1.C"
+
+# prepare for comparison
+# aliroot -q -b "$ALICE_ROOT/ITS/AliITSTracksV1.C"
+aliroot -q -b "$ALICE_ROOT/ITS/AliITSStoreFindableTracks.C"
 
-# do the comparison
-aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C(0,$[$1-1])"
+# do ITS tracking comparison
+aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C"
 
 #
 # after all of the above you can run AliITSPlotTracksV1.C macro under