]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove some warnings (more to come)
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 May 2008 15:33:32 +0000 (15:33 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 May 2008 15:33:32 +0000 (15:33 +0000)
PWG2/FLOW/AliAnalysisTaskLYZEventPlane.cxx
PWG2/FLOW/AliAnalysisTaskLYZEventPlane.h
PWG2/FLOW/AliAnalysisTaskLeeYangZeros.h
PWG2/FLOW/AliAnalysisTaskMCEventPlane.h
PWG2/FLOW/AliFlowAnalysisWithLYZEventPlane.h
PWG2/FLOW/AliFlowAnalysisWithMCEventPlane.h
PWG2/FLOW/AliFlowEventSimpleMaker.h
PWG2/FLOW/AliFlowLYZEventPlane.h
PWG2/FLOW/AliFlowLYZHist1.h
PWG2/FLOW/AliFlowLYZHist2.h

index c1c72b931c0e316065e80abc7bbfb46714f42cb7..0a1a52edd52d82fddf2571ace132f28364cc5d03 100644 (file)
@@ -280,3 +280,5 @@ void AliAnalysisTaskLYZEventPlane::Terminate(Option_t *)
   delete fLyzEp;
   delete fEventMaker;
 }
+
+
index 4eeb0b6b53469ade6c1a064451f354fcc686f3f0..b019e02c0d827abe5b073f896536d4f2bb48427c 100644 (file)
@@ -6,8 +6,10 @@
 #define AliAnalysisTaskLYZEventPlane_H
 
 // AliAnalysisTaskLYZEventPlane:
-// analysis task for Lee Yang Zeros Event Plane
-// Author: Naomi van der Kolk (kolk@nikhef.nl)
+// analysis task for 
+// Lee Yang Zeros Event Plane
+// Author: 
+//        Naomi van der Kolk (kolk@nikhef.nl)
 
 class AliESDEvent;
 class AliAODEvent;
@@ -31,6 +33,10 @@ class AliAnalysisTaskLYZEventPlane : public AliAnalysisTask {
   void           SetAnalysisType(TString type) {this->fAnalysisType = type ; }
 
  private:
+  AliAnalysisTaskLYZEventPlane(const AliAnalysisTaskLYZEventPlane& aAnalysis);
+  AliAnalysisTaskLYZEventPlane& operator=(const AliAnalysisTaskLYZEventPlane& aAnalysis);
+
   AliESDEvent *fESD;                      //ESD object
   AliAODEvent *fAOD;                      //AOD object
   TString fAnalysisType;                  //string to set the kind of input for the analysis: ESD, AOD or MC
@@ -45,3 +51,4 @@ class AliAnalysisTaskLYZEventPlane : public AliAnalysisTask {
 };
 
 #endif
+
index e60e36ac21556425e1cc3f392b55dfe952b3ae1b..7f54655a9dc159988995c0e99d0ca4a9807870d4 100644 (file)
@@ -7,8 +7,10 @@
 #define AliAnalysisTaskLeeYangZeros_H
 
 // AliAnalysisTaskLeeYangZeros:
-// analysis task for Lee Yang Zeroes method
-// Author: Naomi van der Kolk (kolk@nikhef.nl)
+// analysis task for 
+// Lee Yang Zeroes method
+// Author: 
+// Naomi van der Kolk (kolk@nikhef.nl)
 
 class AliESDEvent;
 class AliAODEvent;
@@ -36,6 +38,10 @@ class AliAnalysisTaskLeeYangZeros : public AliAnalysisTask {
   void           SetAnalysisType(TString type) {this->fAnalysisType = type ; }
  
  private:
+  AliAnalysisTaskLeeYangZeros(const AliAnalysisTaskLeeYangZeros& aAnalysis);
+  AliAnalysisTaskLeeYangZeros& operator=(const AliAnalysisTaskLeeYangZeros& aAnalysis);
+
   AliESDEvent *fESD;                      //ESD object
   AliAODEvent* fAOD;                      //AOD object
   TString fAnalysisType;                  //string to select which kind of input to analyse: ESD, AOD or MC
@@ -53,3 +59,4 @@ class AliAnalysisTaskLeeYangZeros : public AliAnalysisTask {
 };
 
 #endif
+
index 2ecc0b7e55a1bc0ffe12458e1583c79c4fcfe53a..364258766748b2a170780d264f6a5b83bb920cf9 100644 (file)
@@ -6,8 +6,10 @@
 #define AliAnalysisTaskMCEventPlane_H
 
 // AliAnalysisTaskMCEventPlane:
-// analysis task for Monte Carlo Event Plane
-// Author: Naomi van der Kolk (kolk@nikhef.nl)
+// analysis task for 
+// Monte Carlo Event Plane
+// Author: 
+//        Naomi van der Kolk (kolk@nikhef.nl)
 
 class AliESDEvent;
 class AliAODEvent;
@@ -31,6 +33,10 @@ class AliAnalysisTaskMCEventPlane : public AliAnalysisTask {
   TString GetAnalysisType() const    { return this->fAnalysisType; }
   
  private:
+  AliAnalysisTaskMCEventPlane(const AliAnalysisTaskMCEventPlane& aAnalysis);
+  AliAnalysisTaskMCEventPlane& operator=(const AliAnalysisTaskMCEventPlane& aAnalysis);
+  
   AliESDEvent *fESD;                      // ESD object
   AliAODEvent *fAOD;                      // AOD object
   AliFlowAnalysisWithMCEventPlane* fMc;   // MC EP analysis object
@@ -41,3 +47,4 @@ class AliAnalysisTaskMCEventPlane : public AliAnalysisTask {
 };
 
 #endif
+
index e36f1ee6fa6e9666809ce35c209687490ece4d40..76aad25352ea09b29c992904bbd99eacb2e2ed97 100644 (file)
@@ -59,9 +59,9 @@ class AliFlowAnalysisWithLYZEventPlane {
 
  private:
 
-  //  AliFlowAnalysisWithLYZEventPlane(const AliFlowAnalysisWithLYZEventPlane& lyz);    // AliFlowAnalysisWithLYZEventPlane object cannot be copied
-  //  void operator=(const AliFlowAnalysisWithLYZEventPlane &lyz);   
+  AliFlowAnalysisWithLYZEventPlane(const AliFlowAnalysisWithLYZEventPlane& aAnalysis);
+  AliFlowAnalysisWithLYZEventPlane& operator=(const AliFlowAnalysisWithLYZEventPlane& aAnalysis); 
+
   TFile*             fOutFile;                //! 
   TFile*             fFirstRunFile ;          //! pointer to file from first run
   TFile*             fSecondRunFile ;         //! pointer to file from second run
@@ -96,8 +96,7 @@ class AliFlowAnalysisWithLYZEventPlane {
   AliFlowCommonHistResults* fCommonHistsRes;  //!
 
   Int_t     fEventNumber;  // event counter
-  //  Double_t  fQX;           // local flow vector
-  //  Double_t  fQY;           // local flow vector
+
   AliFlowVector  fQ;       // flow vector
   TVector2  fQsum;         // flow vector sum
   Double_t  fQ2sum;        // flow vector sum squared
index 4c49254d0a5c8ed2d5dd6b3e05ed43020063050a..9410f1896abf39a8047a34f90b323181de920191 100644 (file)
@@ -54,6 +54,10 @@ class AliFlowAnalysisWithMCEventPlane {
   
    
  private:
+   AliFlowAnalysisWithMCEventPlane(const AliFlowAnalysisWithMCEventPlane& aAnalysis);
+   AliFlowAnalysisWithMCEventPlane& operator=(const AliFlowAnalysisWithMCEventPlane& aAnalysis);
+
       
 #ifndef __CINT__
    AliFlowVector  fQ;       // flow vector
@@ -83,3 +87,5 @@ class AliFlowAnalysisWithMCEventPlane {
  
      
 #endif
+
+
index ff558dbced45b3ec24f7f3e48e8cba190df8ad53..7027cd236d398b94b8cbd0042441794c46d8dbfa 100644 (file)
@@ -1,4 +1,4 @@
-/* copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
 /* $Id$ */
@@ -39,6 +39,9 @@ class AliFlowEventSimpleMaker {
   AliFlowEventSimple* FillTracks(AliAODEvent* fInput);
     
  private:
+  AliFlowEventSimpleMaker(const AliFlowEventSimpleMaker& aAnalysis);
+  AliFlowEventSimpleMaker& operator=(const AliFlowEventSimpleMaker& aAnalysis);
   
   AliFlowEventSimple*   fEvent;      //!
   AliFlowTrackSimple*   fTrack;      //!
index 73cb497bd3438a393f17f61cf48f72180e150959..e516f8f5f52d0dc71159eaed5de95ac8f0721d70 100644 (file)
@@ -46,6 +46,9 @@ class AliFlowLYZEventPlane {
 
  private:
   
+  AliFlowLYZEventPlane(const AliFlowLYZEventPlane& aAnalysis);
+  AliFlowLYZEventPlane& operator=(const AliFlowLYZEventPlane& aAnalysis);
+  
   TFile*   fFirstRunFile ;          //! pointer to file from first run
   TFile*   fSecondRunFile ;         //! pointer to file from second run
   TString  fFirstRunFileName;       //!
@@ -63,4 +66,3 @@ class AliFlowLYZEventPlane {
 
 #endif
 
-
index bce8e81d86ef3ce832634a0b8348af994c898a89..2d7e2ef5549dc8db5b027f5cfa4c7dae7bed44d2 100644 (file)
@@ -32,6 +32,9 @@ class AliFlowLYZHist1 {
    
 private:
 
+  AliFlowLYZHist1(const AliFlowLYZHist1& aAnalysis);
+  AliFlowLYZHist1& operator=(const AliFlowLYZHist1& aAnalysis);
+
   TH1D* fHistGtheta;                          //!
   TProfile* fHistProReGtheta;                 //!
   TProfile* fHistProImGtheta;                 //!
@@ -42,4 +45,3 @@ private:
  
      
 #endif
-
index 75de8a9477e1773ac4df678925968c821955cd1d..76c92ff3248751a00f9de365c6d2125f74753fec 100644 (file)
@@ -38,6 +38,9 @@ class AliFlowLYZHist2 {
   TComplex GetfNumerPt(Int_t i);                    //get numerator for diff. flow (pt)
   
  private:
+  AliFlowLYZHist2(const AliFlowLYZHist2& aAnalysis);
+  AliFlowLYZHist2& operator=(const AliFlowLYZHist2& aAnalysis);
   
   TProfile* fHistProReNumer;                        //!
   TProfile* fHistProImNumer;                        //!
@@ -52,4 +55,3 @@ class AliFlowLYZHist2 {
  
      
 #endif
-