From 30a34a89825fd09af9d3a73001fa776febef740b Mon Sep 17 00:00:00 2001 From: pulvir Date: Wed, 10 Jun 2009 07:52:57 +0000 Subject: [PATCH] removed obsolete commented methods --- PWG2/RESONANCES/AliRsnPair.cxx | 14 -------------- PWG2/RESONANCES/AliRsnPair.h | 4 ---- 2 files changed, 18 deletions(-) diff --git a/PWG2/RESONANCES/AliRsnPair.cxx b/PWG2/RESONANCES/AliRsnPair.cxx index af0d2a1e6b6..992a3b543c5 100644 --- a/PWG2/RESONANCES/AliRsnPair.cxx +++ b/PWG2/RESONANCES/AliRsnPair.cxx @@ -366,20 +366,6 @@ void AliRsnPair::AddFunction(AliRsnFunction *fcn) AliDebug(AliLog::kDebug+2,"->"); } -/* -//_____________________________________________________________________________ -void AliRsnPair::AddFunction(AliRsnFunctionDef *fcn) -{ -// -// Adds a new computing function -// - AliDebug(AliLog::kDebug+2,"<-"); - Int_t size = fFunctions.GetEntries(); - new (fFunctions[size]) AliRsnFunctionNew(fcn); - AliDebug(AliLog::kDebug+2,"->"); -} -*/ - //________________________________________________________________________________________ Bool_t AliRsnPair::CutPass(AliRsnDaughter *d) { diff --git a/PWG2/RESONANCES/AliRsnPair.h b/PWG2/RESONANCES/AliRsnPair.h index 5c7fb2dd59f..9b752837fb9 100644 --- a/PWG2/RESONANCES/AliRsnPair.h +++ b/PWG2/RESONANCES/AliRsnPair.h @@ -21,7 +21,6 @@ #include "AliRsnPairParticle.h" #include "AliRsnEvent.h" #include "AliRsnCutMgr.h" -#include "AliRsnHistoDef.h" #include "AliRsnPIDIndex.h" class AliRsnFunction; @@ -46,7 +45,6 @@ class AliRsnPair : public TObject void LoopPair(TArrayI *a1, TArrayI *a2, AliRsnEvent *ev1, AliRsnEvent *ev2 = 0); void SetCutMgr(AliRsnCutMgr* theValue) { fCutMgr = theValue; } void AddFunction(AliRsnFunction *fcn); - //void AddFunction(AliRsnFunctionDef *fcn); TList* GenerateHistograms(TString prefix = ""); void GenerateHistograms(TString prefix, TList *tgt); @@ -58,8 +56,6 @@ class AliRsnPair : public TObject TString GetPairName() const; TString GetPairHistName(AliRsnFunction *fcn, TString text = "") const; TString GetPairHistTitle(AliRsnFunction *fcn, TString text = "") const; - //TString GetPairHistName(AliRsnFunctionNew *fcn, TString text = "") const; - //TString GetPairHistTitle(AliRsnFunctionNew *fcn, TString text = "") const; private: -- 2.31.1