]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove unecessary (for the time being) code
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Mar 2009 20:52:36 +0000 (20:52 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 16 Mar 2009 20:52:36 +0000 (20:52 +0000)
STEER/AliQAManager.cxx

index 4c0bce11e20f860d561a5d5f01c779ce5ad8ee6a..105b59fadb80607883878d4d2f4561051ef43103 100644 (file)
@@ -28,6 +28,7 @@
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
+#include <TAlienCollection.h>
 #include <TKey.h>
 #include <TFile.h>
 #include <TFileMerger.h>
@@ -741,7 +742,7 @@ Bool_t AliQAManager::MergeXML(const char * collectionFile, const char * subFile,
   printf("***  Wk-Dir = |%s|             \n",gSystem->WorkingDirectory());
   printf("***  Coll   = |%s|             \n",collectionFile);                  
   
-  TGridCollection * collection = (TGridCollection*)gROOT->ProcessLine(Form("TAlienCollection::Open(\"%s\", 0)",collectionFile));
+  TGridCollection * collection = TAlienCollection::Open(collectionFile);
   TGridResult* result = collection->GetGridResult("", 0, 0);
   
   Int_t index = 0  ;