]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGJE/EMCALJetTasks/AliAnalysisTaskRhoSparse.h
Transition to new base class (Salvatore/Marta).
[u/mrichter/AliRoot.git] / PWGJE / EMCALJetTasks / AliAnalysisTaskRhoSparse.h
index e8797677c5ebde2369fa0707e7a46845dd070a4f..4a06c61f1815117097074b8e31376a0854911777 100644 (file)
@@ -15,20 +15,16 @@ class AliAnalysisTaskRhoSparse : public AliAnalysisTaskRhoBase {
   void             UserCreateOutputObjects();
   void             SetExcludeLeadJets(UInt_t n)    { fNExclLeadJets = n    ; }
   void             SetRhoCMS(Bool_t cms)           { fRhoCMS = cms ; }
-  void             SetSigJetsName(const char *n)   { fSigJetsName = n ; }
   Bool_t           IsJetOverlapping(AliEmcalJet* jet1, AliEmcalJet* jet2);
   Bool_t           IsJetSignal(AliEmcalJet* jet1);
 
-
  protected:
   Bool_t           Run();
-  TH2F             *fHistOccCorrvsCent;             //!occupancy correction vs. centrality
 
   UInt_t           fNExclLeadJets;                 // number of leading jets to be excluded from the median calculation
+  Bool_t           fRhoCMS;                        // flag to run CMS method
 
-  Bool_t           fRhoCMS;                      //Flag to run CMS method
-  TString          fSigJetsName;      //name of anti-kT jet collection used for excluding the signal from the rho calculation 
-
+  TH2F            *fHistOccCorrvsCent;             //!occupancy correction vs. centrality
 
   AliAnalysisTaskRhoSparse(const AliAnalysisTaskRhoSparse&);             // not implemented
   AliAnalysisTaskRhoSparse& operator=(const AliAnalysisTaskRhoSparse&);  // not implemented