]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FLOW/AliFlowAnalysisWithMCEventPlane.h
remove some warnings (more to come)
[u/mrichter/AliRoot.git] / PWG2 / FLOW / AliFlowAnalysisWithMCEventPlane.h
index e2ee380ba03a2d98ef390cb482c8dc0823c325bf..9410f1896abf39a8047a34f90b323181de920191 100644 (file)
@@ -40,7 +40,7 @@ class AliFlowAnalysisWithMCEventPlane {
    virtual  ~AliFlowAnalysisWithMCEventPlane();  //destructor
  
    void    Init();                             //defines variables and histograms
-   void    Make(AliFlowEventSimple* fEvent, Double_t fRP);   //calculates variables and fills histograms
+   void    Make(AliFlowEventSimple* anEvent, Double_t fRP);   //calculates variables and fills histograms
    void    Finish();                           //saves histograms
   
    void      SetDebug(Bool_t kt)                 { this->fDebug = kt ; }
@@ -54,6 +54,10 @@ class AliFlowAnalysisWithMCEventPlane {
   
    
  private:
+   AliFlowAnalysisWithMCEventPlane(const AliFlowAnalysisWithMCEventPlane& aAnalysis);
+   AliFlowAnalysisWithMCEventPlane& operator=(const AliFlowAnalysisWithMCEventPlane& aAnalysis);
+
       
 #ifndef __CINT__
    AliFlowVector  fQ;       // flow vector
@@ -65,7 +69,6 @@ class AliFlowAnalysisWithMCEventPlane {
    Int_t     fMult;         // multiplicity
    Int_t     fNbins;        // number of bins
       
-   AliFlowEventSimple*   fEvent ;     //!
    AliFlowTrackSimple*   fTrack ;     //!
      
    Bool_t       fDebug ;            //! flag for lyz analysis: more print statements
@@ -84,3 +87,5 @@ class AliFlowAnalysisWithMCEventPlane {
  
      
 #endif
+
+