]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Modifying the GetChainFromCollection function based on the additions of the TEntryList
authorpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 17:23:38 +0000 (17:23 +0000)
committerpanos <panos@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 17:23:38 +0000 (17:23 +0000)
STEER/AliTagAnalysis.cxx

index 03b54ce03dd5bb7967e935660c6a7ec7305518ba..b5fab2f64ec95f6f934f429aa9543c0251e35819 100644 (file)
@@ -381,7 +381,7 @@ TChain *AliTagAnalysis::GetChainFromCollection(const char* collectionname, const
     iAccepted += list->GetN();
   }
 
-  fAnalysisChain->SetEntryList(fGlobalList);
+  fAnalysisChain->SetEntryList(fGlobalList,"ne");
   
   AliInfo(Form("Number of selected events: %d",iAccepted));