]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/CaloTrackCorrelations/AliAnaClusterPileUp.h
move common switchs and settings declared by each analysis to base class:Calo name...
[u/mrichter/AliRoot.git] / PWGGA / CaloTrackCorrelations / AliAnaClusterPileUp.h
index a41345a6942222962f8f8fe42aa0379ba2fe59bf..72b01f3a3ccd8468731ffd9ef9c1515000b1e922 100755 (executable)
@@ -45,15 +45,11 @@ class AliAnaClusterPileUp : public AliAnaCaloTrackCorrBaseClass {
 
   // Analysis parameters setters getters
   
-  TString      GetCalorimeter()                 const { return fCalorimeter        ; }
-  void         SetCalorimeter(TString  & det)         { fCalorimeter = det         ; }
-  
   void         SetNCellCut(Int_t n)                   { fNCellsCut = n             ; }
   Double_t     GetNCellCut()                    const { return fNCellsCut          ; }
   
 private:
  
-  TString fCalorimeter ;                            // Calorimeter of the cluster;
   Int_t   fNCellsCut ;                              // Accept for the analysis clusters with more than fNCellsCut cells
 
   //Histograms