X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWGLF%2FFORWARD%2Fanalysis2%2FAliFMDEventPlaneFinder.cxx;h=872710af02af789724797c17efe0b2a906573fa3;hb=438d5c4ef9c4e8290b7c8195cfda002ee1112dc6;hp=6dcbcfaffd0b5fcc17127157a23335c65ff8a0f4;hpb=ebb69ee21526afd649c13033cc16ff0e00b70231;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWGLF/FORWARD/analysis2/AliFMDEventPlaneFinder.cxx b/PWGLF/FORWARD/analysis2/AliFMDEventPlaneFinder.cxx index 6dcbcfaffd0..872710af02a 100644 --- a/PWGLF/FORWARD/analysis2/AliFMDEventPlaneFinder.cxx +++ b/PWGLF/FORWARD/analysis2/AliFMDEventPlaneFinder.cxx @@ -407,7 +407,7 @@ AliFMDEventPlaneFinder::CalcQVectors(TH2D* h, TH1D* eHist) qx += weight*TMath::Cos(2.*phi); qy += weight*TMath::Sin(2.*phi); } - TVector2 qVec = TVector2(qx, qy); + TVector2 qVec(qx, qy); fQt += qVec; if (eta < 0) fQa += qVec; if (eta > 0) fQc += qVec;