From: kaamodt Date: Tue, 10 Aug 2010 12:20:13 +0000 (+0000) Subject: Added extra cut selection values X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=1b1d7796f2c3e50b05bf18f95edece5354edb6ec;p=u%2Fmrichter%2FAliRoot.git Added extra cut selection values --- diff --git a/PWG4/macros/ConfigGammaConversion.C b/PWG4/macros/ConfigGammaConversion.C index 528f352e151..bf2efb22219 100644 --- a/PWG4/macros/ConfigGammaConversion.C +++ b/PWG4/macros/ConfigGammaConversion.C @@ -2331,6 +2331,12 @@ Int_t SetAnalysisCutSelection(TString analysisCutSelection){ case 5: kGCchi2CutConversion = 1000.; break; + case 6: + kGCchi2CutConversion = 5.; + break; + case 7: + kGCchi2CutConversion = 10.; + break; default: return iResult; } @@ -2431,6 +2437,22 @@ Int_t SetAnalysisCutSelection(TString analysisCutSelection){ kGCPIDnSigmaAtLowPAroundProtonLine=2.; kGCPIDnSigmaAtLowPAroundPionLine=2.; break; + case 4: // + kGCPIDnSigmaAtLowPAroundKaonLine=0.; + kGCPIDnSigmaAtLowPAroundProtonLine=0.; + kGCPIDnSigmaAtLowPAroundPionLine=1; + break; + case 5: // + kGCPIDnSigmaAtLowPAroundKaonLine=0.; + kGCPIDnSigmaAtLowPAroundProtonLine=0.; + kGCPIDnSigmaAtLowPAroundPionLine=1.5; + break; + case 6: // + kGCPIDnSigmaAtLowPAroundKaonLine=0.; + kGCPIDnSigmaAtLowPAroundProtonLine=0.; + kGCPIDnSigmaAtLowPAroundPionLine=2.; + break; + default: return iResult; }