]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGHF/vertexingHF/AliAnalysisTaskSEDplus.h
Add histos of the uncorrected multiplicity at different stages of event selection
[u/mrichter/AliRoot.git] / PWGHF / vertexingHF / AliAnalysisTaskSEDplus.h
index 0d8785c94833474b2c77fc7e6baba5d6a1d9fefc..8d1b416e0308f5f3eca08fc73596c01c9f75bee5 100644 (file)
@@ -21,6 +21,7 @@
 #include <TNtuple.h>
 #include <TH1F.h>
 #include <TH2F.h>
+#include <TH3F.h>
 #include <THnSparse.h>
 #include <TArrayD.h>
 
@@ -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