]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
reducing macro to minimum AliReconstruction functionality, disable QA and TriggerESD...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 May 2008 10:42:31 +0000 (10:42 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 9 May 2008 10:42:31 +0000 (10:42 +0000)
HLT/exa/publish-rawreader-data.C

index 2c9fab31a88ed826d0cb2b62c887d562f088f8d5..b02aeff6a50eecd69822c3120b5783d3e2f71de0 100644 (file)
@@ -78,6 +78,8 @@ void publish_rawreader_data(const char* input, int iMinDDLno, int iMaxDDLno)
   rec.SetRunReconstruction("HLT");
   rec.SetRunTracking("");
   rec.SetFillESD("HLT");
+  rec.SetFillTriggerESD(kFALSE);
+  rec.SetRunQA(kFALSE);
   rec.SetRunVertexFinder(kFALSE);
   rec.SetLoadAlignFromCDB(0);
   rec.Run();