]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ESDCheck/AliTRDQATask.h
HLT TRD bugfix: correct calculation of the total charge of the cluster (Theo)
[u/mrichter/AliRoot.git] / ESDCheck / AliTRDQATask.h
index ee350769bf1f3d04fab55f123bb08fa8a037a8f4..5d83be324a0b85f72189733a849d5c68070cdc5d 100644 (file)
@@ -21,7 +21,6 @@ class AliTRDQATask : public AliAnalysisTask {
 
 public:
   AliTRDQATask(const char *name);
-  AliTRDQATask(AliTRDQATask& trd) { new AliTRDQATask(trd.GetName());}
   virtual ~AliTRDQATask() {}
    
   virtual void Exec(Option_t * opt = "");
@@ -31,8 +30,8 @@ public:
 
 private:
 
-  const int  GetSector(const double alpha) const;
-  const int  CheckSector(const int sector) const;
+  int  GetSector(const double alpha) const;
+  int  CheckSector(const int sector) const;
   void CalculateEff();
   void DrawESD() const ; 
   void DrawGeoESD() const ; 
@@ -99,6 +98,8 @@ private:
   TH1D *fTpcPID[6];      // Pid TPC
   TH2D *fTpcSigMomPID[6];// Pid TPC
       
+  AliTRDQATask(const AliTRDQATask&); // Not implemented
+  AliTRDQATask& operator=(const AliTRDQATask&); // Not implemented
   
   ClassDef(AliTRDQATask, 0); // a TRD analysis task 
 };