]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWG2/RESONANCES/AliRsnCutSet.cxx
Since there are some cuts which require to take informations from the event itself
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Feb 2010 18:30:09 +0000 (18:30 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Feb 2010 18:30:09 +0000 (18:30 +0000)
commit413bbf4492d7d87053d791279e0e7bcecffcb200
tree0bf38dc06503ddcbecfa0cc0869a2b28d3d8ae76
parent251c7c7c2ec91c7b32bbcd78e0543d9d32bf4cc0
Since there are some cuts which require to take informations from the event itself
(event if they then cut on tracks or pairs), then I added a pointer to current AliRsnEvent
which is assumed to be set up on it during the "LoopPair" method which makes the computations.

This required to propagate the corresponding setter in all classes which manage these cuts.

Moreover, I commented the "OpenFile" statement in AliRsnAnalysisSE, which seems to cause trouble
when running on PROOF clusters.

For ME analysis objects, I fixed a compilation error which appeared to me.

In AliRsnPair, I replaced static with dynamic casts to be more sure of how the histos are filled.
14 files changed:
PWG2/RESONANCES/AliRsnAnalysisME.cxx
PWG2/RESONANCES/AliRsnAnalysisSE.cxx
PWG2/RESONANCES/AliRsnCut.cxx
PWG2/RESONANCES/AliRsnCut.h
PWG2/RESONANCES/AliRsnCutMgr.cxx
PWG2/RESONANCES/AliRsnCutMgr.h
PWG2/RESONANCES/AliRsnCutSet.cxx
PWG2/RESONANCES/AliRsnCutSet.h
PWG2/RESONANCES/AliRsnCutStd.cxx
PWG2/RESONANCES/AliRsnCutStd.h
PWG2/RESONANCES/AliRsnDaughter.h
PWG2/RESONANCES/AliRsnPair.cxx
PWG2/RESONANCES/AliRsnPair.h
PWG2/RESONANCES/AliRsnVAnalysisTaskME.cxx