]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/RESONANCES/AliRsnCutV0.h
Updated macros and DCA cut for Sigma* analysis (M.Venaruzzo)
[u/mrichter/AliRoot.git] / PWGLF / RESONANCES / AliRsnCutV0.h
index b0ebbbfeb6ef7fb752f7c9a8dd206ee31c34555d..01f1283b49d03ba713f8e0a349fcfc900ef8b400 100644 (file)
@@ -31,7 +31,6 @@ public:
    void           SetMaxDaughtersDCA(Double_t value)       {fMaxDaughtersDCA = value;}
    void           SetMinTPCcluster(Int_t value)            {fMinTPCcluster = value;}
    void           SetMaxRapidity(Double_t value)           {fMaxRapidity = value;}
-   void           SetDCARPtFormula(const char *formula)    {fDCARptFormula = formula;}
    
    void           SetPIDCutProton(Double_t value)          {fPIDCutProton = value;}
    void           SetPIDCutPion(Double_t value)            {fPIDCutPion = value;}
@@ -58,12 +57,11 @@ protected:
    Double_t         fMaxDaughtersDCA;  // max allowed DCA between the two daughers
    Int_t            fMinTPCcluster;    // min allowed TOC cluster
    Double_t         fMaxRapidity;      // max allowed V0 rapidity
-   TString          fDCARptFormula;    // min DCAR pt dependent formula
    
    AliPID::EParticleType fPID;         // PID for track
    AliPID::EParticleType fPID2;        // PID for track
 
-   Double_t         fPIDCutProton;          // nsigmas for protons
+   Double_t         fPIDCutProton;        // nsigmas for protons
    Double_t         fPIDCutPion;          // nsigmas for pions
    
    AliESDtrackCuts *fESDtrackCuts;     // quality cuts for v0 daughters