]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITStestV1.sh
First version of combined PID (Yu.Belikov)
[u/mrichter/AliRoot.git] / ITS / AliITStestV1.sh
index ca16efd5f6421e12837ef532e13daa76699fe508..e50179bbc94d0d5038da876e7e3143373c0c8752 100755 (executable)
@@ -9,20 +9,19 @@ aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
 # create summable digits for the ITS
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2SDigits.C"
 
-# go from summable digits to digits
+# go from summable digits to digits for the ITS
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSSDigits2Digits.C"
 
 # create reconstructed points for the ITS
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSDigits2RecPoints.C"
 
-# do the tracking
+# do the tracking V1
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSTrackingV1.C"
 
-# prepare for comparison
-# aliroot -q -b "$ALICE_ROOT/ITS/AliITSTracksV1.C"
+# prepare results of tracking V1 for comparison
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSStoreFindableTracks.C"
 
-# do ITS tracking comparison
+# do ITS tracking V1 comparison
 aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C"
 
 #