]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/ITStestV1hbt.sh
Some paths to macros made explicit to run the macro from anywhere.
[u/mrichter/AliRoot.git] / ITS / ITStestV1hbt.sh
index dbbc09c3a2502c9d72642ef80e113de8ae897a75..353f4a0eaec3d8f7104eaf892feaa2df4ac63401 100755 (executable)
@@ -6,17 +6,17 @@ aliroot -q -b "$ALICE_ROOT/macros/grunHBT.C($1)"
 # digitize TPC
 aliroot -q -b "$ALICE_ROOT/TPC/AliTPCHits2Digits.C($1)"
 # prepare TPC tracks for matching with the ITS
-aliroot -q -b "MyAliTPCComparison.C($1)"
+aliroot -q -b "$ALICE_ROOT/ITS/TPCtracking.C($1)"
 # digitize ITS
 aliroot -q -b "$ALICE_ROOT/ITS/ITSHitsToDigits.C(0,$[$1-1])"
-# create reconstruct point for the ITS
+# create reconstructed points for the ITS
 aliroot -q -b "$ALICE_ROOT/ITS/ITSDigitsToClusters.C(0,$[$1-1])"
 # prepare for tracking
-aliroot -q -b "ITStracks.C(0,$[$1-1])"
+aliroot -q -b "$ALICE_ROOT/ITS/ITStracks.C(0,$[$1-1])"
 # do the tracking
-aliroot -q -b "ITStracking.C(0,$[$1-1])"
+aliroot -q -b "$ALICE_ROOT/ITS/ITStracking.C(0,$[$1-1])"
 # do the comparison
-aliroot -q -b "ITSComparisonV1.C(0,$[$1-1])"
+aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C(0,$[$1-1])"
 #
 # after all of the above you can run ITSPlotTracks.C macro under aliroot to
 # see plots of the efficiency and track parameter resolution