]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
mistake in previous commit fixed
authorjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Apr 2013 07:58:40 +0000 (07:58 +0000)
committerjgrosseo <jgrosseo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 17 Apr 2013 07:58:40 +0000 (07:58 +0000)
PWGCF/Correlations/DPhi/AliAnalysisTaskMinijet.cxx

index f2eb2572246b39f1bcbd558582b65b1a89249c8b..f5ff75f8e384a6c8cd7440f33c963d9d975abd27 100644 (file)
@@ -1744,12 +1744,12 @@ void AliAnalysisTaskMinijet::Analyse(const vector<Float_t> &pt,
                 if(ntracksCharged<-1 || ntracksCharged>1500) AliInfo("particles out of range ncharge");
                 if(TMath::Abs(dEta)>2*fEtaCut) {
                     AliInfo("particles out of range dEta");
-                    AliInfo("eta1=%f, eta2=%f", etaOthers, etaEventAxis);
-                    AliInfo("step=%d",step);
+                    AliInfo(Form("eta1=%f, eta2=%f", etaOthers, etaEventAxis));
+                    AliInfo(Form("step=%d",step));
                 }
                 if(dPhi<-0.5*TMath::Pi() || dPhi>1.5*TMath::Pi()){
-                    AliInfo("particles out of range dPhi");
-                    AliInfo("phi1=%f, phi2=%f", phiOthers, phiEventAxis);
+                    AliInfo(Form("particles out of range dPhi"));
+                    AliInfo(Form("phi1=%f, phi2=%f", phiOthers, phiEventAxis));
                 }
                 
                 Bool_t isLikeSign = CheckLikeSign(chargeEventAxis, chargeOthers);