]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGLF/RESONANCES/AliRsnCutPIDTOF.h
AliRsnCutManager:
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Jan 2011 07:04:29 +0000 (07:04 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 26 Jan 2011 07:04:29 +0000 (07:04 +0000)
commit35e49ca59958f9146c4a2ed9c29c36e7e9c203af
tree0d5ca7131673bf1bdf9f0a65404cc5f38f12a8e0
parent7ffe673ec9b1b87c8bf1e89b362558308bc58407
AliRsnCutManager:
-- bugfix on distinct daughter cuts (thanks Leonidas)

AliRsnCutBetheBloch, AliRsnCutDaugtherType, AliRsnCutESDPrimary, AliRsnCutPID:
-- more appropriate implementation of coverity fixes

AliRsnTarget:
-- reimplementation of TargetOK() function
-- addition of pointer to allowed target types (daughter, pair, event)

AliRsnAnalysisManager:
-- add the manager name in front of the histograms

Added two new cuts which try to split the comples ESD2010 cuts and try to generalize them also for AODs:
-- AliRsnCutTrackQuality --> quality cuts (nTPClusters, DCA, chi2, ...)
-- AliRsnCutPIDTOF       --> TOF PID with compatibility range

Added a new directory 'extra' containing code related to resonances but not integrated in the RSN package:
currently it contains the classes used for current Sigma1385 analysis.
18 files changed:
PWG2/CMakelibPWG2resonances.pkg
PWG2/PWG2resonancesLinkDef.h
PWG2/RESONANCES/AliRsnAnalysisManager.cxx
PWG2/RESONANCES/AliRsnAnalysisManager.h
PWG2/RESONANCES/AliRsnCutBetheBloch.cxx
PWG2/RESONANCES/AliRsnCutDaughterType.cxx
PWG2/RESONANCES/AliRsnCutESDPrimary.cxx
PWG2/RESONANCES/AliRsnCutManager.h
PWG2/RESONANCES/AliRsnCutPID.cxx
PWG2/RESONANCES/AliRsnCutPIDTOF.cxx [new file with mode: 0644]
PWG2/RESONANCES/AliRsnCutPIDTOF.h [new file with mode: 0644]
PWG2/RESONANCES/AliRsnCutTrackQuality.cxx [new file with mode: 0644]
PWG2/RESONANCES/AliRsnCutTrackQuality.h [new file with mode: 0644]
PWG2/RESONANCES/AliRsnTarget.cxx
PWG2/RESONANCES/AliRsnTarget.h
PWG2/RESONANCES/extra/AliAnalysisTaskSigma1385.C [new file with mode: 0644]
PWG2/RESONANCES/extra/AliAnalysisTaskSigma1385.cxx [new file with mode: 0644]
PWG2/RESONANCES/extra/AliAnalysisTaskSigma1385.h [new file with mode: 0644]