]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/AliITStestV1.sh
Reverting the previous changes
[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
12# go from summable digits to digits
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
18# do the tracking
9040b789 19aliroot -q -b "$ALICE_ROOT/ITS/AliITSTrackingV1.C"
20
21# prepare for comparison
22# aliroot -q -b "$ALICE_ROOT/ITS/AliITSTracksV1.C"
23aliroot -q -b "$ALICE_ROOT/ITS/AliITSStoreFindableTracks.C"
af8e1c2d 24
9040b789 25# do ITS tracking comparison
26aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C"
af8e1c2d 27
28#
29# after all of the above you can run AliITSPlotTracksV1.C macro under
30# aliroot to see plots of the efficiency and track parameter resolution
31# or AliITSDisplayTracksV1.C to display found tracks on top of the
32# ITS detailed geometry