]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ITS/ITStestV1hbt.sh
Macros now work with one or more events in a file. Shell scripts are
[u/mrichter/AliRoot.git] / ITS / ITStestV1hbt.sh
CommitLineData
892a4b11 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
708751f2 9aliroot -q -b "$ALICE_ROOT/ITS/TPCtracking.C($1)"
892a4b11 10# digitize ITS
bcb08e43 11aliroot -q -b "$ALICE_ROOT/ITS/AliITSHits2DigitsDefault.C"
708751f2 12# create reconstructed points for the ITS
892a4b11 13aliroot -q -b "$ALICE_ROOT/ITS/ITSDigitsToClusters.C(0,$[$1-1])"
14# prepare for tracking
708751f2 15aliroot -q -b "$ALICE_ROOT/ITS/ITStracks.C(0,$[$1-1])"
892a4b11 16# do the tracking
708751f2 17aliroot -q -b "$ALICE_ROOT/ITS/ITStracking.C(0,$[$1-1])"
892a4b11 18# do the comparison
708751f2 19aliroot -q -b "$ALICE_ROOT/ITS/AliITSComparisonV1.C(0,$[$1-1])"
892a4b11 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