Skip to content

Commit

Permalink
macros for reconstruction for both cases: cosmic and PDC08
Browse files Browse the repository at this point in the history
  • Loading branch information
alla committed Feb 22, 2008
1 parent 4d60df0 commit ddde642
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions T0/rec.C
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
void rec()
{
AliLog::SetModuleDebugLevel("T0", 1);
AliReconstruction rec;
rec.SetRunReconstruction("T0");
rec.SetRunVertexFinder(kFALSE);
rec.SetRunTracking("");

rec.SetNumberOfEventsPerFile(-1);
rec.SetRunQA(kFALSE);

// rec.SetEventRange(0, 1000);

// rec.SetOption("T0","cosmic");
// rec.SetInput("/home/alla/alice/testFeb08/08000019174005.10.root");

rec.SetOption("T0","pdc");

rec.Run();
}

0 comments on commit ddde642

Please sign in to comment.