]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Clean up obsolte methods
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Apr 2009 11:50:27 +0000 (11:50 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Apr 2009 11:50:27 +0000 (11:50 +0000)
PWG3/vertexingHF/AliCFHeavyFlavourTask.h
PWG3/vertexingHF/AliCFHeavyFlavourTaskMultiVar.h

index 9bb915e759637a8a42b7e176d58acee88e78a218..7997ac420e8a160413f69353908a7e16734c7b0f 100644 (file)
@@ -50,9 +50,6 @@ class AliCFHeavyFlavourTask : public AliAnalysisTaskSE {
   AliCFManager* GetCFManager() const {return fCFManager;} // get corr manager
 
   void SetPDG(Int_t code) {fPDG = code; } // defines the PDG code of searched HF
-  Int_t IsMcVtx(AliAODRecoDecayHF2Prong* const vtx) const ; // checks if the AliAODRecoDecayHF2Prong can be associated to an MC particle, returns mother label
-  Int_t GetVtxLabel(Int_t* labels) const ; // returns label of vertex given the daughter labels
-
   
  protected:
   Int_t fPDG;         //  PDG code of searched V0's
index 9115fb3cefea0fe1c2ec7c9d8a2922011fb15cd9..b4f9426f2e144f2151a4ea762c2068f7bbd3ebd7 100644 (file)
@@ -56,8 +56,6 @@ class AliCFHeavyFlavourTaskMultiVar : public AliAnalysisTaskSE {
   AliCFManager * GetCFManager()                 {return fCFManager;} // get corr manager
 
   void     SetPDG(Int_t code) {fPDG = code; }     // defines the PDG code of searched HF
-  Int_t    IsMcVtx(AliAODRecoDecayHF2Prong* vtx); // checks if the AliAODv0 can be associated, returns mother label
-  Int_t    GetVtxLabel(Int_t* labels);            // returns label of vertex given the daughter labels
   Double_t CosThetaStar(AliAODMCParticle* mcPart, AliAODMCParticle* mcPartDaughter0, AliAODMCParticle* mcPartDaughter1) const;  // returns cos(ThetaStar) of the D0 decay
   Double_t CT(AliAODMCParticle* mcPart, AliAODMCParticle* mcPartDaughter0, AliAODMCParticle* mcPartDaughter1) const;            // returns cT of the D0 decay
   void     SetFillFromGenerated(Bool_t flag) {fFillFromGenerated = flag;}
@@ -72,10 +70,8 @@ class AliCFHeavyFlavourTaskMultiVar : public AliAnalysisTaskSE {
   Int_t fEvents;                //  n. of events
   Bool_t fFillFromGenerated;    //  flag to indicate whether data container should be filled 
                                 //  with generated values also for reconstructed particles
-  Int_t fSkipped;               //  n. of reco decays skipped after checking on the decay (MUST be D0->K+pi)
-
   
-  ClassDef(AliCFHeavyFlavourTaskMultiVar,0); // class for HF corrections as a function of many variables
+  ClassDef(AliCFHeavyFlavourTaskMultiVar,1); // class for HF corrections as a function of many variables
 };
 
 #endif