]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
remove old datamembers
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Nov 2009 10:55:17 +0000 (10:55 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Nov 2009 10:55:17 +0000 (10:55 +0000)
PWG2/FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.cxx
PWG2/FLOW/AliFlowCommon/AliFlowAnalysisWithScalarProduct.h

index 31f00d5210d03fa4a20d4badb963d57032f12e4b..6c7e1b1ed3687f577fb4db73edbe6986d7a63ee5 100644 (file)
@@ -45,8 +45,6 @@ ClassImp(AliFlowAnalysisWithScalarProduct)
  
  AliFlowAnalysisWithScalarProduct::AliFlowAnalysisWithScalarProduct():
    fEventNumber(0),
-   fEtaMin(0.01),
-   fEtaMax(1.),
    fDebug(kFALSE),
    fHistList(NULL),
    fHistProUQetaRP(NULL),
index e0728ec633f1ae3d75af979d47851782d73740ea..9fd0d93a5d4d24070a65b281220135c9dbe626b1 100644 (file)
@@ -39,9 +39,7 @@ class AliFlowAnalysisWithScalarProduct {
    void    Finish();                                     //saves histograms
    void    WriteHistograms(TString* outputFileName);     //writes histograms locally
    void    WriteHistograms(TString outputFileName);      //writes histograms locally
-
-   void    SetSubEventEtaRange(Double_t min, Double_t max) {this->fEtaMin = min; this->fEtaMax = max; };
-
+   
    void    SetDebug(Bool_t kt)   { this->fDebug = kt ; }
    Bool_t  GetDebug() const      { return this->fDebug ; }
 
@@ -73,8 +71,6 @@ class AliFlowAnalysisWithScalarProduct {
    AliFlowAnalysisWithScalarProduct& operator=(const AliFlowAnalysisWithScalarProduct& anAnalysis); //assignment operator 
       
    Int_t      fEventNumber;      // event counter
-   Double_t   fEtaMin;           // eta range
-   Double_t   fEtaMax;           // eta range
    Bool_t     fDebug ;           // flag for analysis: more print statements
 
    TList*     fHistList;         //list to hold all output histograms