]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Some comments added
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Oct 2002 05:38:22 +0000 (05:38 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Oct 2002 05:38:22 +0000 (05:38 +0000)
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"
 
 #