]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITStestV1.sh
Removing obsolete macros
[u/mrichter/AliRoot.git] / ITS / AliITStestV1.sh
CommitLineData
af8e1c2d 1#!/bin/sh
2
3# delete eventual old files from the last run
4./AliITSDeleteOldFiles.sh
5
af50998a 6# do everything for the TPC
7aliroot -q -b "$ALICE_ROOT/TPC/AliTPCtest.C"
af8e1c2d 8
9# create summable digits for the ITS
10aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2SDigits.C"
11
7c5ddf96 12# go from summable digits to digits for the ITS
af8e1c2d 13aliroot -q -b "$ALICE_ROOT/ITS/AliITSSDigits2Digits.C"
14
15# create reconstructed points for the ITS
9040b789 16aliroot -q -b "$ALICE_ROOT/ITS/AliITSDigits2RecPoints.C"
af8e1c2d 17
7c5ddf96 18# do the tracking V1
9040b789 19aliroot -q -b "$ALICE_ROOT/ITS/AliITSTrackingV1.C"
20
7c5ddf96 21# prepare results of tracking V1 for comparison
9040b789 22aliroot -q -b "$ALICE_ROOT/ITS/AliITSStoreFindableTracks.C"
af8e1c2d 23
7c5ddf96 24# do ITS tracking V1 comparison
9040b789 25aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C"
af8e1c2d 26
27#
28# after all of the above you can run AliITSPlotTracksV1.C macro under
29# aliroot to see plots of the efficiency and track parameter resolution
30# or AliITSDisplayTracksV1.C to display found tracks on top of the
31# ITS detailed geometry