]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/oldmacros/ITStestV1hbt.sh
renaming function to avoid library conflict (discovered in test/generators/TUHKMgen)
[u/mrichter/AliRoot.git] / ITS / oldmacros / ITStestV1hbt.sh
CommitLineData
e0589e74 1#!/bin/sh
2# delete eventual old files from the last run
3./DeleteOldFiles
4# run the hit generation
5aliroot -q -b "$ALICE_ROOT/macros/grunHBT.C($1)"
6# digitize TPC
7aliroot -q -b "$ALICE_ROOT/TPC/AliTPCHits2Digits.C($1)"
8# prepare TPC tracks for matching with the ITS
9aliroot -q -b "$ALICE_ROOT/ITS/TPCtracking.C($1)"
10# digitize ITS
11aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2DigitsDefault.C"
12# create reconstructed points for the ITS
13aliroot -q -b "$ALICE_ROOT/ITS/ITSDigitsToClusters.C(0,$[$1-1])"
14# prepare for tracking
15aliroot -q -b "$ALICE_ROOT/ITS/ITStracks.C(0,$[$1-1])"
16# do the tracking
17aliroot -q -b "$ALICE_ROOT/ITS/ITStracking.C(0,$[$1-1])"
18# do the comparison
19aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C(0,$[$1-1])"
20#
21# after all of the above you can run ITSPlotTracks.C macro under aliroot to
22# see plots of the efficiency and track parameter resolution