X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWGHF%2FvertexingHF%2FAliAnalysisTaskSEDplus.h;h=8d1b416e0308f5f3eca08fc73596c01c9f75bee5;hb=d22cf80e1ef2544984384c990d1220c69eb75fdf;hp=0d8785c94833474b2c77fc7e6baba5d6a1d9fefc;hpb=cee7570325628458ae2f4921b574225bd3394316;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWGHF/vertexingHF/AliAnalysisTaskSEDplus.h b/PWGHF/vertexingHF/AliAnalysisTaskSEDplus.h index 0d8785c9483..8d1b416e030 100644 --- a/PWGHF/vertexingHF/AliAnalysisTaskSEDplus.h +++ b/PWGHF/vertexingHF/AliAnalysisTaskSEDplus.h @@ -21,6 +21,7 @@ #include #include #include +#include #include #include @@ -122,10 +123,12 @@ class AliAnalysisTaskSEDplus : public AliAnalysisTaskSE THnSparseF *fHistMassPtImpParTC[5];//! histograms for impact paramter studies TH2F *fPtVsMass; //! hist. of pt vs. mass (prod. cuts) TH2F *fPtVsMassTC; //! hist. of pt vs. mass (analysis cuts) - TH2F *fYVsPt; //! hist. of Y vs. Pt (prod. cuts) - TH2F *fYVsPtTC; //! hist. of Y vs. Pt (analysis cuts) + TH3F *fYVsPt; //! hist. of Y vs. Pt vs. Mass(prod. cuts) + TH3F *fYVsPtTC; //! hist. of Y vs. Pt vs. Mass (analysis cuts) TH2F *fYVsPtSig; //! hist. of Y vs. Pt (MC, only sig, prod. cuts) TH2F *fYVsPtSigTC; //! hist. of Y vs. Pt (MC, only sig, analysis cuts) + TH2F *fPhiEtaCand; //! hist. with eta/phi distribution of candidates + TH2F *fPhiEtaCandSigReg;//! hist. eta/phi of candidates in D+ mass region TH1F *fSPDMult; //! hist. of spd mult TNtuple *fNtupleDplus; //! output ntuple Float_t fUpmasslimit; //upper inv mass limit for histos @@ -149,7 +152,7 @@ class AliAnalysisTaskSEDplus : public AliAnalysisTaskSE Int_t fEtaSelection; // eta region to accept D+ 0=all, -1 = negative, 1 = positive Int_t fSystem; //0=pp,1=PbPb - ClassDef(AliAnalysisTaskSEDplus,20); // AliAnalysisTaskSE for the MC association of heavy-flavour decay candidates + ClassDef(AliAnalysisTaskSEDplus,21); // AliAnalysisTaskSE for the MC association of heavy-flavour decay candidates }; #endif