]> git.uio.no Git - u/mrichter/AliRoot.git/commit
add rapidity cut (y) for phi meson candidates
authorrbertens <rbertens@cern.ch>
Thu, 17 Jul 2014 10:43:46 +0000 (12:43 +0200)
committerrbertens <rbertens@cern.ch>
Thu, 17 Jul 2014 10:44:11 +0000 (12:44 +0200)
commit0d91ada7424c68683ee5adcf25b59fbd3d8a268a
tree4d29fac09a80dfa29996a3b74c28935f184560c7
parent6940e1f0148955ff63e0e1a9722474fb9ddcebeb
 add rapidity cut (y) for phi meson candidates

cut is disabeled by default, to enable it, call
void                                 SetCandidateMinMaxY(Double_t min, Double_t max){
       fCandidateMinY = min;
       fCandidateMaxY = max;
       fCandidateYCut = kTRUE;
   }
cut is performed on candidate tracks (so +- combination of two kaons), kaons are used in RP selection if the canidate fails to meet the rapidity requirement
cut can be applied asymetrically
PWG/FLOW/Tasks/AliAnalysisTaskPhiFlow.cxx
PWG/FLOW/Tasks/AliAnalysisTaskPhiFlow.h