ROOT logo
Int_t AliITSStoreFindableTracks
(Int_t nMinClusters = 5, const Text_t *evname = "galice", Int_t evnum = 0)
{
	gSystem->SetIncludePath("-I- -I$ALICE_ROOT/ITS -I$ALICE_ROOT/STEER");

	gROOT->LoadMacro("$ALICE_ROOT/ITS/AliITSStoreFindableTracksCompiled.C+");
	AliITSStoreFindableTracksCompiled(nMinClusters, evname, evnum);
}
 AliITSStoreFindableTracks.C:1
 AliITSStoreFindableTracks.C:2
 AliITSStoreFindableTracks.C:3
 AliITSStoreFindableTracks.C:4
 AliITSStoreFindableTracks.C:5
 AliITSStoreFindableTracks.C:6
 AliITSStoreFindableTracks.C:7
 AliITSStoreFindableTracks.C:8
 AliITSStoreFindableTracks.C:9