9 #include "AliRunLoader.h"
12 #include "AliTPCFast.h"
18 AliRunLoader * runLoader =
Init();
21 for (Int_t ievent =0; ievent<runLoader->GetNumberOfEvents(); ievent++){
22 runLoader->SetEventNumber(ievent);
23 printf(
"Event\t%d\n",ievent);
24 fast.Hits2ExactClusters(runLoader);
36 delete AliRunLoader::Instance();
43 cerr<<
"Can not open session"<<endl;
47 if (rl->LoadgAlice()) {
48 cerr<<
"Error occured while l"<<endl;
54 cerr<<
"Can't get gAlice !\n";
printf("Chi2/npoints = %f\n", TMath::Sqrt(chi2/npoints))
TFile * Open(const char *filename, Long64_t &nevents)
void Hits2ExactClusters()