]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG1/AliComparisonDraw.h
remove obselete clean QA macros command
[u/mrichter/AliRoot.git] / PWG1 / AliComparisonDraw.h
index b93556a0674e9582f701de69ab007bb95ceccda3..3642d481507fc2fed72ada8aadaac453a04233f9 100644 (file)
@@ -17,11 +17,17 @@ class TProfile2D;
 class TGraph2D;
 class TGraph; 
 
-class AliComparisonDraw : public TObject {
+#include "TNamed.h"
+
+class AliComparisonDraw : public TNamed {
 public :
   AliComparisonDraw(); 
+  //
+  AliComparisonDraw(const AliComparisonDraw& recinfo); 
+  AliComparisonDraw& operator=(const AliComparisonDraw& info);
+
   ~AliComparisonDraw();
-  virtual Bool_t    IsFolder(){return kTRUE;}
+  virtual Bool_t    IsFolder() const {return kTRUE;}
   void      InitHisto();
   void      Process(AliMCInfo* infoMC, AliESDRecInfo *infoRC);
   
@@ -46,54 +52,54 @@ protected:
   // efficiency 
   //
   static    Bool_t    fgBDraw;         //option draw temporary results
-  TProfile* fEffTPCPt;      // TPC efficiency as function of Pt (tan+-1)
-  TProfile* fEffTPCPtMC;    // MC -TPC efficiency as function of Pt (tan+-1)
-  TProfile* fEffTPCPtF;     // efficiency for findable tracks
+  TProfile* fEffTPCPt;      //->TPC efficiency as function of Pt (tan+-1)
+  TProfile* fEffTPCPtMC;    //->MC -TPC efficiency as function of Pt (tan+-1)
+  TProfile* fEffTPCPtF;     //->efficiency for findable tracks
   //
-  TProfile* fEffTPCTan;   // TPC efficiency as function of Tan (pt>0.15
-  TProfile* fEffTPCTanMC; // MC -TPC efficiency as function of Tan (pt>0.15)
-  TProfile* fEffTPCTanF;  // efficiency for findable tracks Tan (pt>0.15)
+  TProfile* fEffTPCTan;   //->TPC efficiency as function of Tan (pt>0.15
+  TProfile* fEffTPCTanMC; //->MC -TPC efficiency as function of Tan (pt>0.15)
+  TProfile* fEffTPCTanF;  //->efficiency for findable tracks Tan (pt>0.15)
   //
-  TProfile2D* fEffTPCPtTan;    // TPC efficiency as function of Pt and tan
-  TProfile2D* fEffTPCPtTanMC;  // MC -TPC efficiency as function of Pt and tan
-  TProfile2D* fEffTPCPtTanF;  // TPC efficiency as function of Pt and tan
+  TProfile2D* fEffTPCPtTan;    //->TPC efficiency as function of Pt and tan
+  TProfile2D* fEffTPCPtTanMC;  //->MC -TPC efficiency as function of Pt and tan
+  TProfile2D* fEffTPCPtTanF;  //-> TPC efficiency as function of Pt and tan
   //
   // dEdx resolution
   //
-  TH2F* fTPCSignalNormTan; // tpc signal normalized to the mean signal - MC
-  TH2F* fTPCSignalNormSPhi;   // tpc signal normalized to the mean signal - MC
-  TH2F* fTPCSignalNormTPhi;   // tpc signal normalized to the mean signal - MC
+  TH2F* fTPCSignalNormTan; //-> tpc signal normalized to the mean signal - MC
+  TH2F* fTPCSignalNormSPhi;   //-> tpc signal normalized to the mean signal - MC
+  TH2F* fTPCSignalNormTPhi;   //-> tpc signal normalized to the mean signal - MC
   //
-  TH3F* fTPCSignalNormTanSPhi;   // tpc signal normalized to the mean signal - MC
-  TH3F* fTPCSignalNormTanTPhi;   // tpc signal normalized to the mean signal - MC
-  TH3F* fTPCSignalNormTanSPt;   // tpc signal normalized to the mean signal - MC
+  TH3F* fTPCSignalNormTanSPhi;   //-> tpc signal normalized to the mean signal - MC
+  TH3F* fTPCSignalNormTanTPhi;   //-> tpc signal normalized to the mean signal - MC
+  TH3F* fTPCSignalNormTanSPt;   //->tpc signal normalized to the mean signal - MC
 
 
   //
   //
-  TH2F* fPtResolLPT;        // pt resolution - low pt
-  TH2F* fPtResolHPT;        // pt resolution - high pt 
-  TH2F* fPtPullLPT;         // pt resolution - low pt
-  TH2F* fPtPullHPT;         // pt resolution - high pt 
+  TH2F* fPtResolLPT;        //-> pt resolution - low pt
+  TH2F* fPtResolHPT;        //-> pt resolution - high pt 
+  TH2F* fPtPullLPT;         //-> pt resolution - low pt
+  TH2F* fPtPullHPT;         //-> pt resolution - high pt 
   //
   // Resolution constrained param
   //
-  TH2F   *fCPhiResolTan;   // angular resolution -  constrained
-  TH2F   *fCTanResolTan;   // angular resolution -  constrained
-  TH2F   *fCPtResolTan;    // pt resolution      -  constrained
-  TH2F   *fCPhiPullTan;   // angular resolution -  constrained
-  TH2F   *fCTanPullTan;   // angular resolution -  constrained
-  TH2F   *fCPtPullTan;    // pt resolution      -  constrained
+  TH2F   *fCPhiResolTan;   //-> angular resolution -  constrained
+  TH2F   *fCTanResolTan;   //-> angular resolution -  constrained
+  TH2F   *fCPtResolTan;    //-> pt resolution      -  constrained
+  TH2F   *fCPhiPullTan;   //-> angular resolution -  constrained
+  TH2F   *fCTanPullTan;   //-> angular resolution -  constrained
+  TH2F   *fCPtPullTan;    //-> pt resolution      -  constrained
   //
   // DCA resolution
   //
-  TH3F  *fD0TanSPtB1;   // distance to vertex y  
-  TH3F  *fD1TanSPtB1;   // distance to vertex z  
-  TH3F  *fD0TanSPtL1;   // distance to vertex y  
-  TH3F  *fD1TanSPtL1;   // distance to vertex z  
+  TH3F  *fD0TanSPtB1;   //-> distance to vertex y  
+  TH3F  *fD1TanSPtB1;   //-> distance to vertex z  
+  TH3F  *fD0TanSPtL1;   //-> distance to vertex y  
+  TH3F  *fD1TanSPtL1;   //-> distance to vertex z  
 
 protected:
-   ClassDef(AliComparisonDraw,1);
+   ClassDef(AliComparisonDraw,2);
 };