]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ITS/oldmacros/AliITSStoreFindableTracks.C
Update z position of ADA (Z=1699.7)
[u/mrichter/AliRoot.git] / ITS / oldmacros / AliITSStoreFindableTracks.C
1 Int_t AliITSStoreFindableTracks
2 (Int_t nMinClusters = 5, const Text_t *evname = "galice", Int_t evnum = 0)
3 {
4         gSystem->SetIncludePath("-I- -I$ALICE_ROOT/ITS -I$ALICE_ROOT/STEER");
5
6         gROOT->LoadMacro("$ALICE_ROOT/ITS/AliITSStoreFindableTracksCompiled.C+");
7         AliITSStoreFindableTracksCompiled(nMinClusters, evname, evnum);
8 }