1 void AliTOFtestProb(TString fileNameMatch)
3 /////////////////////////////////////////////////////////////////////////
5 // Test macro for TOF Prob
7 // Report problems to pierella@bo.infn.it
9 // fileNameMatch -> file with the result of matching
14 // root[0] .L AliTOFtestProb.C
15 // root[1] AliTOFtestProb("match-6KevPYTHIA-0.2T.root")
16 /////////////////////////////////////////////////////////////////////////
18 // Dynamically link some shared libs
19 if (gClassTable->GetID("AliRun") < 0) {
20 gROOT->LoadMacro("loadlibs.C");
22 cout << "Loaded shared libraries" << endl;
25 AliTOFProb* tofprob=new AliTOFProb(fileNameMatch.Data());