]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/HMPID/AliHMPIDTaskQA.h
New version of pilot train
[u/mrichter/AliRoot.git] / PWG1 / HMPID / AliHMPIDTaskQA.h
index f25b0fe8aa5f7ada9051d934beb15ed47d7dca85..8635e00084e15ae6da0cdd2c7770aaa2cfce70fd 100644 (file)
@@ -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