]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/GammaConv/AliConversionMesonCuts.h
ATO-98 - function returns also status value
[u/mrichter/AliRoot.git] / PWGGA / GammaConv / AliConversionMesonCuts.h
index 3a47fdefd2d091fc87f58f5581f2445301d7b48a..c04b1be5dfb84162ccdaf6f42c0b4a85b3f67b00 100644 (file)
@@ -158,6 +158,10 @@ class AliConversionMesonCuts : public AliAnalysisCuts {
                Double_t        fDCAGammaGammaCut;                      // cut value for the maximum distance between the two photons [cm]
                Double_t        fDCAZMesonPrimVtxCut;           // cut value for the maximum distance in Z between the production point of the Meson & the primary vertex [cm]
                Double_t        fDCARMesonPrimVtxCut;           // cut value for the maximum distance in R between the production point of the Meson & the primary vertex [cm]
+               Bool_t          fDCAGammaGammaCutOn;            // cut flag for the maximum distance between the two photons
+               Bool_t          fDCAZMesonPrimVtxCutOn;         // cut flag for the maximum distance in Z between the production point of the Meson & the primary vertex 
+               Bool_t          fDCARMesonPrimVtxCutOn;         // cut flag for the maximum distance in R between the production point of the Meson & the primary vertex 
+
                Int_t           fBackgroundHandler;             //
                
                // Histograms
@@ -174,7 +178,7 @@ class AliConversionMesonCuts : public AliAnalysisCuts {
        private:
 
 
-               ClassDef(AliConversionMesonCuts,6)
+               ClassDef(AliConversionMesonCuts,7)
 };