]> git.uio.no Git - u/mrichter/AliRoot.git/blame - T0/rec.C
next50 trigger mask in AliHLTGlobalEsdConverterComponent
[u/mrichter/AliRoot.git] / T0 / rec.C
CommitLineData
759b6293 1 void rec()
2{
3 AliLog::SetModuleDebugLevel("T0", 1);
4 AliReconstruction rec;
5 rec.SetRunReconstruction("T0");
6 rec.SetRunVertexFinder(kFALSE);
7 rec.SetRunTracking("");
8
9 rec.SetNumberOfEventsPerFile(-1);
10 rec.SetRunQA(kFALSE);
11
12 // rec.SetEventRange(0, 1000);
13
14 // rec.SetOption("T0","cosmic");
15 // rec.SetInput("/home/alla/alice/testFeb08/08000019174005.10.root");
16
17 rec.SetOption("T0","pdc");
18
19 rec.Run();
20}