]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Add setting to read friends
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Jun 2010 22:35:29 +0000 (22:35 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 24 Jun 2010 22:35:29 +0000 (22:35 +0000)
PWG1/macros/RunAnalysisITS.C

index 0463dcaa6fe65e349abfaf79df51e190535d61bd..e73dcd3887fe03dbc5d511edfcb350a2e162080c 100644 (file)
@@ -72,6 +72,7 @@ void RunAnalysisITS(TString pluginmode,Int_t firstrun,Int_t lastrun,
     esdH = new AliESDInputHandler();
   }
   esdH->SetActiveBranches("ESDfriend");
+  esdH->SetReadFriends(1);
   if(readHLT) esdH->SetReadHLT();
   mgr->SetInputEventHandler(esdH);
   if(readMC) {