]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixing trigger selection
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Jul 2012 13:16:11 +0000 (13:16 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 Jul 2012 13:16:11 +0000 (13:16 +0000)
PWGCF/Correlations/DPhi/AliAnalysisTaskPhiCorrelations.cxx

index 921633ddf42ff3dae18feba192190adf5423d047..aab3d332178e29a9c982e6ae5e95ce014f9d19d5 100644 (file)
@@ -595,7 +595,7 @@ void  AliAnalysisTaskPhiCorrelations::AnalyseDataMode()
     return;
     
   // skip not selected events here (the AOD is not updated for those)
-  if (!(fInputHandler->IsEventSelected() & (AliVEvent::kMB | AliVEvent::kUserDefined)))
+  if (!(fInputHandler->IsEventSelected() & fSelectBit))
     return;
 
   Double_t centrality = 0;