]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/ITStestV1.sh
Cosmetics
[u/mrichter/AliRoot.git] / ITS / ITStestV1.sh
CommitLineData
4fae48d6 1#!/bin/sh
445ac5b8 2# delete eventual old files from the last run
f82e7fb9 3./DeleteOldFiles
445ac5b8 4# run the hit generation
39b810a4 5aliroot -q -b "$ALICE_ROOT/macros/grun.C($1)"
445ac5b8 6# digitize TPC
39b810a4 7aliroot -q -b "$ALICE_ROOT/TPC/AliTPCHits2Digits.C($1)"
445ac5b8 8# prepare TPC tracks for matching with the ITS
708751f2 9aliroot -q -b "$ALICE_ROOT/ITS/TPCtracking.C($1)"
445ac5b8 10# digitize ITS
bcb08e43 11aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2DigitsDefault.C"
708751f2 12# create reconstructed points for the ITS
39b810a4 13aliroot -q -b "$ALICE_ROOT/ITS/ITSDigitsToClusters.C(0,$[$1-1])"
445ac5b8 14# prepare for tracking
708751f2 15aliroot -q -b "$ALICE_ROOT/ITS/ITStracks.C(0,$[$1-1])"
445ac5b8 16# do the tracking
708751f2 17aliroot -q -b "$ALICE_ROOT/ITS/ITStracking.C(0,$[$1-1])"
39b810a4 18# do the comparison
708751f2 19aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C(0,$[$1-1])"
445ac5b8 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