]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- increase the number of files that can be chained to 200 (from 20)
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Mar 2011 15:26:31 +0000 (15:26 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Mar 2011 15:26:31 +0000 (15:26 +0000)
HLT/QA/tasks/macros/compare-HLT-offline-local.C

index 535e532171b4fb6c8739c3b452d55d4f53947b2d..160f6aa498b263f9e6d0102d526f9b03b574d6d9 100644 (file)
@@ -162,7 +162,7 @@ void compare_HLT_offline_local( TString file
   //on the form $DIR/AliESDs.root
   else if(file.Contains(".txt")){
     gROOT->LoadMacro("$ALICE_ROOT/PWG0/CreateESDChain.C");
-    chain=CreateESDChain(file.Data());
+    chain=CreateESDChain(file.Data(),200);
   }
   
   else if(!file){