X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=PWG1%2FHMPID%2FAliHMPIDTaskQA.h;h=8635e00084e15ae6da0cdd2c7770aaa2cfce70fd;hb=35b82dbfeac2496a59d7a54fea89c57bb0681a34;hp=f25b0fe8aa5f7ada9051d934beb15ed47d7dca85;hpb=6dcfe86d222fb5dd4fc979978eda1fa98374778b;p=u%2Fmrichter%2FAliRoot.git diff --git a/PWG1/HMPID/AliHMPIDTaskQA.h b/PWG1/HMPID/AliHMPIDTaskQA.h index f25b0fe8aa5..8635e00084e 100644 --- a/PWG1/HMPID/AliHMPIDTaskQA.h +++ b/PWG1/HMPID/AliHMPIDTaskQA.h @@ -53,37 +53,38 @@ class AliHMPIDTaskQA : public AliAnalysisTaskSE { private: - AliESDEvent *fESD; //! ESD object - AliMCEvent *fMC; //! MC event - - Bool_t fUseMC; // decide whether use or not the MC information - - TList *fHmpHistList ; // list of histograms - - TH1F *fHmpMipTrkDistX; // Xtrk - Xmip - TH1F *fHmpMipTrkDistY; // Ytrk - Ymip - TH1F *fHmpMipCharge3cm; // Mip charge with 3 cm distance cut - TH1F *fHmpTrkFlags; // track flags - - Int_t fN1; // number of points for pi and K - Int_t fN2; // number of point for p - TH1F *fPionEff; // identified pions - TH1F *fKaonEff; // identified kaons - TH1F *fProtEff; // identified protons - TH1I *fPionTot; // total pions - TH1I *fKaonTot; // total kaons - TH1I *fProtTot; // total protons - TH1F *fPionNot; // non-pion tracks - TH1F *fKaonNot; // non-kaon tracks - TH1F *fProtNot; // non-proton tracks - TH1I *fPionCon; // tracks identified as pions - TH1I *fKaonCon; // tracks identified as kaons - TH1I *fProtCon; // tracks identified as protons - - TTree *fTree; // tree with useful data for subsequent analysis - Float_t fVar[28]; // array of data to fill the tree + AliESDEvent *fESD; //! ESD object + AliMCEvent *fMC; //! MC event + + Bool_t fUseMC; // decide whether use or not the MC information + + TList *fHmpHistList ; // list of histograms + + TH2F *fHmpPesdPhmp; // HMP momentum vs ESD momentum + TH2F *fHmpCkovPesd; // Ckov angle vs ESD momentum + TH2F *fHmpCkovPhmp; // Ckov angle vs HMP momenutm + TH1F *fHmpMipTrkDistX; // Xtrk - Xmip + TH1F *fHmpMipTrkDistPosY[7]; // Ytrk - Ymip of positive tracks + TH1F *fHmpMipTrkDistNegY[7]; // Ytrk - Ymip of negative tracks + TH1F *fHmpMipCharge3cm; // Mip charge with 3 cm distance cut + TH1F *fHmpTrkFlags; // track flags + + Int_t fN1; // number of points for pi and K + Int_t fN2; // number of point for p + TH1F *fPionEff; // identified pions + TH1F *fKaonEff; // identified kaons + TH1F *fProtEff; // identified protons + TH1I *fPionTot; // total pions + TH1I *fKaonTot; // total kaons + TH1I *fProtTot; // total protons + TH1F *fPionNot; // non-pion tracks + TH1F *fKaonNot; // non-kaon tracks + TH1F *fProtNot; // non-proton tracks + TH1I *fPionCon; // tracks identified as pions + TH1I *fKaonCon; // tracks identified as kaons + TH1I *fProtCon; // tracks identified as protons ClassDef(AliHMPIDTaskQA,1); }; -#endif \ No newline at end of file +#endif