removed obsolete commented methods
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 07:52:57 +0000 (07:52 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 07:52:57 +0000 (07:52 +0000)
PWG2/RESONANCES/AliRsnPair.cxx
PWG2/RESONANCES/AliRsnPair.h

index af0d2a1e6b621c183bb8295d0e584824a345c303..992a3b543c5e6f81b671796e4cb0f97a74a25700 100644 (file)
@@ -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)
 {
index 5c7fb2dd59f6065ed05ecdb5c6abacc18e3800d7..9b752837fb9d8f8c963fc2a9c5482052d19c7fe5 100644 (file)
@@ -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: