X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWGCF%2FCorrelations%2FBase%2FAliUEHistograms.h;h=8748088a2f195cdd3e30919361152cdd5576e53e;hb=dc55498efbf1acbd1d982c2eb2c5dd0f96f51d80;hp=493525af04d500a9d927d00d520d8b24135297a0;hpb=82b50b8dfac083a830a0a56cf2420e9c17a1605a;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWGCF/Correlations/Base/AliUEHistograms.h b/PWGCF/Correlations/Base/AliUEHistograms.h index 493525af04d..8748088a2f1 100644 --- a/PWGCF/Correlations/Base/AliUEHistograms.h +++ b/PWGCF/Correlations/Base/AliUEHistograms.h @@ -61,7 +61,7 @@ class AliUEHistograms : public TNamed TH2F* GetCorrelationLeading2Phi() { return fCorrelationLeading2Phi; } TH2F* GetCorrelationMultiplicity() { return fCorrelationMultiplicity; } TH3F* GetYield() { return fYields; } - TH1F* GetInvYield() { return fInvYield; } + TH2F* GetInvYield() { return fInvYield2; } TH2F* GetEventCount() { return fEventCount; } TH3F* GetEventCountDifferential() { return fEventCountDifferential; } @@ -125,7 +125,7 @@ protected: TH2F* fCorrelationLeading2Phi;// delta phi (true vs reco) vs pT,lead,MC TH2F* fCorrelationMultiplicity; // number of mc particls vs reco particles (for pT > 0.5 GeV/c) TH3F* fYields; // centrality vs pT vs eta - TH1F* fInvYield; // invariant yield as cross check of tracking + TH2F* fInvYield2; // invariant yield as cross check of tracking TH2F* fEventCount; // event count as function of step, (for pp: event type (plus additional step -1 for all events without vertex range even in MC)) (for PbPb: centrality) TH3F* fEventCountDifferential;// event count as function of leading pT, step, event type @@ -159,7 +159,7 @@ protected: Int_t fMergeCount; // counts how many objects have been merged together - ClassDef(AliUEHistograms, 28) // underlying event histogram container + ClassDef(AliUEHistograms, 29) // underlying event histogram container }; Float_t AliUEHistograms::GetDPhiStar(Float_t phi1, Float_t pt1, Float_t charge1, Float_t phi2, Float_t pt2, Float_t charge2, Float_t radius, Float_t bSign)